Trace number 4446041

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.15 3560.31

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-60.opb
MD5SUM0cc29dda69c4373ab2687cf37dcdce8e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark70.6443
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4446041-1721330160.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
7.80/6.33	c ... done. Wall clock time 6.183s.
7.80/6.33	c declared #vars     12587
7.80/6.33	c #constraints  284398
7.80/6.33	c constraints type 
7.80/6.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
7.80/6.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
7.80/6.33	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 27909
7.80/6.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
7.80/6.33	c 284398 constraints processed.
11.33/8.25	c cleaning 2500 clauses out of 5000 with flag 0/5000
13.63/9.99	c cleaning 4247 clauses out of 8502 with flag 0/11002
15.67/11.97	c cleaning 5626 clauses out of 11253 with flag 0/18000
18.12/14.32	c cleaning 6811 clauses out of 13627 with flag 0/26000
20.80/16.95	c cleaning 7904 clauses out of 15817 with flag 0/35001
23.83/19.94	c cleaning 8956 clauses out of 17916 with flag 0/45004
27.20/23.24	c cleaning 9975 clauses out of 19958 with flag 0/56002
30.73/26.76	c cleaning 10986 clauses out of 21981 with flag 0/68000
34.91/30.82	c cleaning 11994 clauses out of 23996 with flag 0/81001
39.41/35.26	c cleaning 12997 clauses out of 26002 with flag 0/95001
45.26/41.10	c cleaning 13997 clauses out of 28005 with flag 0/110001
50.89/46.68	c cleaning 15004 clauses out of 30008 with flag 0/126001
57.38/53.08	c cleaning 15998 clauses out of 32004 with flag 0/143001
65.35/60.96	c cleaning 16996 clauses out of 34006 with flag 0/161001
74.87/70.43	c cleaning 17997 clauses out of 36010 with flag 0/180001
84.99/80.68	c cleaning 19003 clauses out of 38012 with flag 0/200000
94.28/90.00	c cleaning 20000 clauses out of 40009 with flag 0/221000
103.30/98.98	c cleaning 21001 clauses out of 42011 with flag 0/243002
112.89/108.58	c cleaning 22001 clauses out of 44009 with flag 0/266001
123.49/119.04	c cleaning 22997 clauses out of 46009 with flag 0/290002
136.89/132.49	c cleaning 23998 clauses out of 48010 with flag 0/315000
151.60/147.12	c cleaning 24992 clauses out of 50012 with flag 0/341000
163.53/159.01	c cleaning 26007 clauses out of 52020 with flag 0/368000
179.25/174.68	c cleaning 27003 clauses out of 54013 with flag 0/396000
196.16/191.44	c cleaning 28004 clauses out of 56014 with flag 0/425004
213.11/208.31	c cleaning 28996 clauses out of 58006 with flag 0/455000
229.48/224.63	c cleaning 30005 clauses out of 60010 with flag 0/486000
249.13/244.25	c cleaning 30994 clauses out of 62005 with flag 0/518000
274.69/269.86	c cleaning 32000 clauses out of 64013 with flag 0/551002
297.68/292.95	c cleaning 32997 clauses out of 66011 with flag 0/585000
315.77/310.96	c cleaning 34000 clauses out of 68016 with flag 0/620002
337.69/332.85	c cleaning 35002 clauses out of 70014 with flag 0/656000
364.37/359.55	c cleaning 36003 clauses out of 72012 with flag 0/693000
390.34/385.48	c cleaning 36993 clauses out of 74010 with flag 0/731001
422.31/417.34	c cleaning 37997 clauses out of 76017 with flag 0/770001
449.50/444.54	c cleaning 39000 clauses out of 78019 with flag 0/810000
476.53/471.61	c cleaning 39995 clauses out of 80019 with flag 0/851000
504.02/499.16	c cleaning 41009 clauses out of 82025 with flag 0/893001
535.15/530.13	c cleaning 42000 clauses out of 84015 with flag 0/936000
564.64/559.56	c cleaning 43005 clauses out of 86015 with flag 0/980000
593.33/588.36	c cleaning 43997 clauses out of 88010 with flag 0/1025000
621.72/616.77	c cleaning 45000 clauses out of 90014 with flag 0/1071001
647.04/641.92	c cleaning 46002 clauses out of 92014 with flag 0/1118001
682.45/677.31	c cleaning 46995 clauses out of 94013 with flag 0/1166002
719.56/714.44	c cleaning 48002 clauses out of 96018 with flag 0/1215002
756.45/751.31	c cleaning 48999 clauses out of 98015 with flag 0/1265001
791.80/786.63	c cleaning 50002 clauses out of 100015 with flag 0/1316000
831.05/825.89	c cleaning 50998 clauses out of 102014 with flag 0/1368001
871.06/865.74	c cleaning 52002 clauses out of 104016 with flag 0/1421001
915.16/909.75	c cleaning 52998 clauses out of 106014 with flag 0/1475001
971.05/965.85	c cleaning 54004 clauses out of 108017 with flag 0/1530002
1023.50/1018.10	c cleaning 55000 clauses out of 110011 with flag 0/1586000
1080.12/1074.50	c cleaning 55996 clauses out of 112011 with flag 0/1643000
1125.45/1119.19	c cleaning 57003 clauses out of 114016 with flag 0/1701001
1170.72/1164.19	c cleaning 57997 clauses out of 116013 with flag 0/1760001
1218.24/1211.59	c cleaning 58998 clauses out of 118015 with flag 0/1820000
1273.59/1266.76	c cleaning 60001 clauses out of 120018 with flag 0/1881001
1327.99/1321.03	c cleaning 60999 clauses out of 122016 with flag 0/1943000
1379.30/1371.84	c cleaning 61997 clauses out of 124022 with flag 0/2006005
1473.91/1465.25	c cleaning 63002 clauses out of 126021 with flag 0/2070001
1527.72/1518.52	c cleaning 64000 clauses out of 128019 with flag 0/2135001
1590.85/1581.07	c cleaning 65000 clauses out of 130018 with flag 0/2201000
1657.52/1646.81	c cleaning 66007 clauses out of 132019 with flag 0/2268001
1717.66/1706.50	c cleaning 66997 clauses out of 134011 with flag 0/2336000
1854.95/1842.01	c cleaning 67987 clauses out of 136015 with flag 0/2405001
1930.95/1916.98	c cleaning 69005 clauses out of 138027 with flag 0/2475000
2004.09/1989.25	c cleaning 70007 clauses out of 140022 with flag 0/2546000
2074.70/2059.37	c cleaning 71006 clauses out of 142016 with flag 0/2618001
2208.86/2191.51	c cleaning 71920 clauses out of 144011 with flag 0/2691002
2402.41/2381.99	c cleaning 72989 clauses out of 146089 with flag 0/2765000
2620.13/2595.92	c cleaning 74021 clauses out of 148100 with flag 0/2840000
2802.35/2775.24	c cleaning 75020 clauses out of 150079 with flag 0/2916000
3064.61/3032.91	c cleaning 76013 clauses out of 152060 with flag 0/2993001
3299.92/3264.47	c cleaning 77003 clauses out of 154047 with flag 0/3071001
3551.45/3512.41	c cleaning 77991 clauses out of 156047 with flag 0/3150004
3600.00/3560.21	c timeout
3600.00/3560.22	c starts		: 479
3600.00/3560.22	c conflicts		: 3175014
3600.00/3560.22	c decisions		: 5038688
3600.00/3560.22	c propagations		: 1643773254
3600.00/3560.22	c inspects		: 20637537300
3600.00/3560.22	c shortcuts		: 0
3600.00/3560.22	c learnt literals	: 0
3600.00/3560.22	c learnt binary clauses	: 146
3600.00/3560.22	c learnt ternary clauses	: 1425
3600.00/3560.22	c learnt constraints	: 3175014
3600.00/3560.22	c ignored constraints	: 0
3600.00/3560.22	c root simplifications	: 0
3600.00/3560.22	c removed literals (reason simplification)	: 0
3600.00/3560.22	c reason swapping (by a shorter reason)	: 0
3600.00/3560.22	c Calls to reduceDB	: 75
3600.00/3560.22	c Number of update (reduction) of LBD	: 4276952
3600.00/3560.22	c Imported unit clauses	: 0
3600.00/3560.22	c No decision after first conflict	: false
3600.00/3560.22	c number of reductions to clauses (during analyze)	: 0
3600.00/3560.22	c number of learned constraints concerned by reduction	: 0
3600.00/3560.22	c number of learning phase by resolution	: 0
3600.00/3560.22	c number of learning phase by cutting planes	: 0
3600.00/3560.22	c number of rounding to 1 operations	: 0
3600.00/3560.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3560.22	c number of reductions of the coefficients by power 2 	: 0
3600.00/3560.22	c number of right shift for reduction by power 2 	: 0
3600.00/3560.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3560.22	c number of ending skipping 	: 0
3600.00/3560.22	c number of internal skipping 	: 0
3600.00/3560.22	c number of derivation steps 	: 62354603
3600.00/3560.22	c number of skipped derivation steps 	: 0
3600.00/3560.22	c number of remaining unassigned 	: 66353
3600.00/3560.22	c number of remaining assigned 	: 399537164
3600.00/3560.22	c number of falsified literals weakened from reason	: 0
3600.00/3560.22	c number of falsified literals weakened from conflict	: 0
3600.00/3560.22	c time for arithmetic operations	: 9795761123
3600.00/3560.22	c minimum degree of deleted constraints	: 1
3600.00/3560.22	c maximum degree of deleted constraints	: 58356445329
3600.00/3560.22	c number of deleted constraints	: 3071948
3600.00/3560.23	c speed (assignments/second)	: 462529.5850137751
3600.00/3560.23	c non guided choices	: 154648
3600.00/3560.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60471
3600.00/3560.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9
3600.00/3560.27	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 146
3600.00/3560.27	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 42440
3600.00/3560.27	s UNKNOWN
3600.00/3560.27	c Total wall clock time (in seconds): 3560.123

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446041-1721330160/watcher-4446041-1721330160 -o /tmp/evaluation-result-4446041-1721330160/solver-4446041-1721330160 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971068 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446041-1721330160.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=971421, runsolver pid=971418

[startup+0.100709 s]*
/proc/loadavg: 4.46 4.32 4.18 7/328 971439
/proc/meminfo: memFree=118615420/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=18975048 memory=64376 CPUtime=0.13 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 7088 0 0 0 12 1 0 0 20 0 18 0 185182670 19430449152 16094 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4743762 16094 5607 1 0 549373 0
[pid=971421/tid=971423] ppid=971418 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 1078198336 5663 0 0 0 7 1 0 0 20 0 18 0 185182670 19430449152 16094 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185182673 19430449152 16094 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185182673 19430449152 16094 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64376 KiB

[startup+0.206989 s]*
/proc/loadavg: 4.46 4.32 4.18 8/328 971439
/proc/meminfo: memFree=118561924/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=18975048 memory=112168 CPUtime=0.33 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 7600 0 0 0 30 3 0 0 20 0 18 0 185182670 19430449152 28042 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4743762 28042 5769 1 0 549677 0
[pid=971421/tid=971423] ppid=971418 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 5972 0 0 0 16 2 0 0 20 0 18 0 185182670 19430449152 28042 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=18975048 memory=2643 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185182673 19430449152 28042 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185182673 19430449152 28042 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 112168 KiB

[startup+0.305799 s]*
/proc/loadavg: 4.46 4.32 4.18 7/329 971440
/proc/meminfo: memFree=118505904/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19041612 memory=166128 CPUtime=0.5 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 9250 0 0 0 46 4 0 0 20 0 19 0 185182670 19498610688 41532 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4760403 41532 5854 1 0 551004 0
[pid=971421/tid=971423] ppid=971418 vsize=19041612 memory=-8600861999851938492 CPUtime=0.24 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 6000 0 0 0 21 3 0 0 20 0 19 0 185182670 19498610688 41532 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 41532 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 41532 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166128 KiB

[startup+0.700989 s]
/proc/loadavg: 4.46 4.32 4.18 6/329 971440
/proc/meminfo: memFree=118047716/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19041612 memory=1137972 CPUtime=1.26 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 12455 0 0 0 102 24 0 0 20 0 19 0 185182670 19498610688 284493 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4760403 284493 5854 1 0 552858 0
[pid=971421/tid=971423] ppid=971418 vsize=19041612 memory=5544 CPUtime=0.6 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 6467 0 0 0 39 21 0 0 20 0 19 0 185182670 19498610688 284493 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19041612 memory=12504 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 284493 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 284493 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1137972 KiB

[startup+1.507 s]
/proc/loadavg: 4.46 4.32 4.18 7/329 971440
/proc/meminfo: memFree=117348272/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19041612 memory=2328696 CPUtime=2.81 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 22480 0 0 0 233 48 0 0 20 0 19 0 185182670 19498610688 582174 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4760403 582174 5854 1 0 811781 0
[pid=971421/tid=971423] ppid=971418 vsize=19041612 memory=12504 CPUtime=1.38 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 7141 0 0 0 94 44 0 0 20 0 19 0 185182670 19498610688 582174 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 582174 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 582174 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2328696 KiB

[startup+3.10583 s]
/proc/loadavg: 4.46 4.32 4.18 5/329 971440
/proc/meminfo: memFree=116307604/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19041612 memory=2720084 CPUtime=4.54 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 23273 0 0 0 397 57 0 0 20 0 19 0 185182670 19498610688 680021 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4760403 680021 5854 1 0 1020695 0
[pid=971421/tid=971423] ppid=971418 vsize=19041612 memory=0 CPUtime=2.88 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 7376 0 0 0 236 52 0 0 20 0 19 0 185182670 19498610688 680021 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19041612 memory=12504 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 680021 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19041612 memory=2329064 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 680021 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2720084 KiB

[startup+6.30024 s]
/proc/loadavg: 4.42 4.31 4.18 5/329 971440
/proc/meminfo: memFree=114122504/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19041612 memory=4519964 CPUtime=7.8 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 25268 0 0 0 688 92 0 0 20 0 19 0 185182670 19498610688 1129991 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4760403 1129991 5854 1 0 1371647 0
[pid=971421/tid=971423] ppid=971418 vsize=19041612 memory=0 CPUtime=5.79 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 8375 0 0 0 492 87 0 0 20 0 19 0 185182670 19498610688 1129991 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19041612 memory=2328696 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 1129991 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185182673 19498610688 1129991 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 7.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4519964 KiB

[startup+12.7003 s]
/proc/loadavg: 4.39 4.31 4.18 5/330 971443
/proc/meminfo: memFree=114085936/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=4527496 CPUtime=16.48 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 29546 0 0 0 1554 94 0 0 20 0 20 0 185182670 19566772224 1131874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1131874 5854 1 0 1372404 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=12504 CPUtime=12.1 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 9306 0 0 0 1122 88 0 0 20 0 20 0 185182670 19566772224 1131874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=4527488 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1131874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1131874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=-8600861999851938492 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1131874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 16.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4527496 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.29 4.18 5/330 971444
/proc/meminfo: memFree=114026328/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=4538536 CPUtime=29.54 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 36697 0 0 0 2858 96 0 0 20 0 20 0 185182670 19566772224 1134634 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1134634 5885 1 0 1372404 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=4534440 CPUtime=24.66 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 11887 0 0 0 2378 88 0 0 20 0 20 0 185182670 19566772224 1134634 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=6944656592452807314 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1134634 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1134634 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1134634 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 29.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4538536 KiB

[startup+51.1057 s]
/proc/loadavg: 4.50 4.33 4.19 5/330 971449
/proc/meminfo: memFree=113894136/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=4557172 CPUtime=55.48 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 41403 0 0 0 5450 98 0 0 20 0 20 0 185182670 19566772224 1139293 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1139293 5893 1 0 1372404 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=11476 CPUtime=49.96 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 14690 0 0 0 4907 89 0 0 20 0 20 0 185182670 19566772224 1139293 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1139293 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=4548932 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1139293 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=4538536 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1139293 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 55.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4557172 KiB


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

/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 3574 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=43800 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 3196.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5439496 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.24 4.20 5/332 973205
/proc/meminfo: memFree=110903040/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=5439496 CPUtime=3257.05 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 464952 0 0 0 325427 278 0 0 20 0 20 0 185182670 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1359874 5908 1 0 1373958 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=5439496 CPUtime=3162.32 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 234352 0 0 0 316109 123 0 0 20 0 20 0 185182670 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=121028387 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 3660 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 3257.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5439496 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.22 4.19 5/333 973221
/proc/meminfo: memFree=110902684/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=5439496 CPUtime=3318.02 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 471878 0 0 0 331522 280 0 0 20 0 20 0 185182670 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1359874 5908 1 0 1373958 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=-8600861999851938492 CPUtime=3220.99 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 237873 0 0 0 321975 124 0 0 20 0 20 0 185182670 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 3662 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1359874 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 3318.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5439496 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.18 6/333 973231
/proc/meminfo: memFree=110902540/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=5439500 CPUtime=3379.26 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 477657 0 0 0 337643 283 0 0 20 0 20 0 185182670 19566772224 1359875 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1359875 5908 1 0 1373958 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=5439496 CPUtime=3279.34 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 241582 0 0 0 327810 124 0 0 20 0 20 0 185182670 19566772224 1359875 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359875 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 3707 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359875 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=5439500 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1359875 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 3379.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5439500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.25 4.20 5/332 973444
/proc/meminfo: memFree=111839980/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=5439504 CPUtime=3439.85 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 483656 0 0 0 343699 286 0 0 20 0 20 0 185182670 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1359876 5908 1 0 1373958 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=5439496 CPUtime=3337.79 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 244965 0 0 0 333654 125 0 0 20 0 20 0 185182670 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 53 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=5439500 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 3789 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 3439.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5439504 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.26 4.21 5/333 973456
/proc/meminfo: memFree=108775988/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=5439504 CPUtime=3500.68 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 489621 0 0 0 349779 289 0 0 20 0 20 0 185182670 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1359876 5908 1 0 1373958 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=5439496 CPUtime=3396.21 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 248635 0 0 0 339496 125 0 0 20 0 20 0 185182670 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=5439496 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 3871 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=5439504 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1359876 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 3500.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5439504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.23 4.19 5/333 973468
/proc/meminfo: memFree=108594000/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=5439516 CPUtime=3561.49 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 499162 0 0 0 355858 291 0 0 20 0 20 0 185182670 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1359879 5908 1 0 1373958 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=5439504 CPUtime=3454.79 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 252595 0 0 0 345354 125 0 0 20 0 20 0 185182670 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=5439500 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=16072 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 3954 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=5439516 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 3561.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5439516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.2 s]
/proc/loadavg: 4.31 4.26 4.20 5/333 973474
/proc/meminfo: memFree=108541128/131524600 swapFree=131071996/131071996
[pid=971421] ppid=971418 vsize=19108176 memory=5439516 CPUtime=3600 cores=5,7
/proc/971421/stat : 971421 (java) S 971418 971421 971055 0 -1 1077936128 500883 0 0 0 359708 292 0 0 20 0 20 0 185182670 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
/proc/971421/statm: 4777044 1359879 5908 1 0 1373958 0
[pid=971421/tid=971423] ppid=971418 vsize=19108176 memory=7160 CPUtime=3491.54 cores=5,7
/proc/971421/task/971423/stat : 971423 (java) R 971418 971421 971055 0 -1 4194368 253718 0 0 0 349029 125 0 0 20 0 20 0 185182670 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971432] ppid=971418 vsize=19108176 memory=28396 CPUtime=0 cores=5,7
/proc/971421/task/971432/stat : 971432 (Finalizer) S 971418 971421 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971439] ppid=971418 vsize=19108176 memory=20332 CPUtime=0 cores=5,7
/proc/971421/task/971439/stat : 971439 (Common-Cleaner) S 971418 971421 971055 0 -1 1077936192 4037 0 0 0 0 0 0 0 20 0 20 0 185182673 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
[pid=971421/tid=971441] ppid=971418 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/971421/task/971441/stat : 971441 (Timer-0) S 971418 971421 971055 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185183304 19566772224 1359879 134679101440 94138469445632 94138469449328 140732408654192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94138469457144 94138469457936 94138470404096 140732408656884 140732408656992 140732408656992 140732408664008 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5439516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.2 s, system=2.94753 s

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

[startup+3560.3 s]*
/proc/loadavg: 4.31 4.26 4.20 5/315 973477
/proc/meminfo: memFree=113813320/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3560.31
CPU time (s): 3600.15
CPU user time (s): 3597.2
CPU system time (s): 2.94753
CPU usage (%): 101.119
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5439516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.2
system time used= 2.94753
maximum resident set size= 5441288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504560
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= 129797
involuntary context switches= 13793


# summary of solver processes directly reported to runsolver:
#   pid: 971421
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.2
#   total CPU system time (s): 2.94753

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48938 second user time and 17.6011 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 21:16:13
IDJOB=4446041
IDBENCH=155441
IDSOLVER=3052
FILE ID=nodeC027/4446041-1721330160
RUNJOBID= nodeC027-1721329969-971068
SLURM_JOB_ID= 7542702
Free space on /tmp= 890020 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-60.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446041-1721330160/watcher-4446041-1721330160 -o /tmp/evaluation-result-4446041-1721330160/solver-4446041-1721330160 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971068 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446041-1721330160.opb

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

MD5SUM BENCH= 0cc29dda69c4373ab2687cf37dcdce8e
RANDOM SEED=601601631

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118659140 kB
MemAvailable:   120208960 kB
Buffers:          487280 kB
Cached:          1894156 kB
SwapCached:            0 kB
Active:           958796 kB
Inactive:       11270940 kB
Active(anon):       1552 kB
Inactive(anon):  9884460 kB
Active(file):     957244 kB
Inactive(file):  1386480 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12372 kB
Writeback:             0 kB
AnonPages:       9846100 kB
Mapped:           126276 kB
Shmem:             37720 kB
KReclaimable:      91836 kB
Slab:             201700 kB
SReclaimable:      91836 kB
SUnreclaim:       109864 kB
KernelStack:        4984 kB
PageTables:        29344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12199820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67968 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9558016 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889960 MiB
End job on nodeC027 at 2024-07-18 22:15:33