Trace number 4446341

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.31 3519.58

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-55.opb
MD5SUMaafbab4e203601a49fdc88cf5a6cbbb7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark63.7946
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 196
Number of bits of the biggest sum of numbers8
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.13	c Free memory 		2115194816
0.13/0.13	c Max memory 		16282288128
0.13/0.13	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.13/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.22	 - never skip resolution steps
0.13/0.22	 - Auto-division on coefficients is disabled
0.13/0.22	 - No postprocessing
0.13/0.22	 - Conflict is considered as is when resolving
0.13/0.22	 - Use constraints as they come during conflict analysis
0.13/0.22	 - Weaken first using unassigned literals
0.13/0.22	 - Bump strategy: ALWAYS_ONE
0.13/0.22	 - Bumper: EFFECTIVE
0.13/0.22	--- Begin Solver configuration ---
0.13/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.22	Learn all clauses as in MiniSAT
0.13/0.22	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.22	No reason simplification
0.13/0.22	Dynamic restart strategy considering the size of the coefficients
0.13/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.22	timeout=2147483s
0.13/0.22	DB Simplification allowed=false
0.13/0.22	Listener: none
0.13/0.22	--- End Solver configuration ---
0.13/0.23	c Pseudo Boolean Optimization by upper bound
0.13/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.23	c  - never skip resolution steps
0.13/0.23	c  - Auto-division on coefficients is disabled
0.13/0.23	c  - No postprocessing
0.13/0.23	c  - Conflict is considered as is when resolving
0.13/0.23	c  - Use constraints as they come during conflict analysis
0.13/0.23	c  - Weaken first using unassigned literals
0.13/0.23	c  - Bump strategy: ALWAYS_ONE
0.13/0.23	c  - Bumper: EFFECTIVE
0.13/0.23	c --- Begin Solver configuration ---
0.13/0.23	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.23	c Learn all clauses as in MiniSAT
0.13/0.23	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.23	c No reason simplification
0.13/0.23	c Dynamic restart strategy considering the size of the coefficients
0.13/0.23	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.23	c timeout=2147483s
0.13/0.23	c DB Simplification allowed=false
0.13/0.23	c Listener: none
0.13/0.23	c --- End Solver configuration ---
0.13/0.23	c solving HOME/instance-4446341-1721335541.opb
0.13/0.23	c reading problem ... 
0.13/0.23	c  no objective function found
5.32/3.37	c ... done. Wall clock time 3.141s.
5.32/3.37	c declared #vars     7936
5.32/3.37	c #constraints  177125
5.32/3.37	c constraints type 
5.32/3.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
5.32/3.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
5.32/3.37	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 17346
5.32/3.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
5.32/3.37	c 177125 constraints processed.
9.02/5.28	c cleaning 2493 clauses out of 5000 with flag 0/5000
11.03/6.56	c cleaning 4249 clauses out of 8508 with flag 0/11001
13.69/8.52	c cleaning 5626 clauses out of 11258 with flag 0/18000
16.05/10.57	c cleaning 6811 clauses out of 13632 with flag 0/26000
19.70/12.84	c cleaning 7911 clauses out of 15821 with flag 0/35000
22.77/15.64	c cleaning 8950 clauses out of 17912 with flag 0/45002
25.89/18.78	c cleaning 9977 clauses out of 19961 with flag 0/56001
29.89/22.72	c cleaning 10989 clauses out of 21983 with flag 0/68000
34.28/26.92	c cleaning 11995 clauses out of 23995 with flag 0/81001
38.91/31.60	c cleaning 12993 clauses out of 25999 with flag 0/95000
44.37/36.47	c cleaning 13994 clauses out of 28006 with flag 0/110001
50.71/42.74	c cleaning 15001 clauses out of 30013 with flag 0/126002
58.38/50.25	c cleaning 15995 clauses out of 32010 with flag 0/143000
66.24/57.92	c cleaning 17001 clauses out of 34015 with flag 0/161000
73.22/64.99	c cleaning 18006 clauses out of 36013 with flag 0/180000
80.36/71.88	c cleaning 19002 clauses out of 38008 with flag 0/200001
88.54/79.56	c cleaning 19994 clauses out of 40007 with flag 0/221002
96.83/87.37	c cleaning 21005 clauses out of 42010 with flag 0/243000
113.18/103.59	c cleaning 21957 clauses out of 44005 with flag 0/266000
137.34/126.92	c cleaning 23019 clauses out of 46048 with flag 0/290000
161.62/150.96	c cleaning 23993 clauses out of 48030 with flag 0/315001
178.89/168.19	c cleaning 24984 clauses out of 50037 with flag 0/341001
199.65/188.50	c cleaning 26015 clauses out of 52052 with flag 0/368000
226.11/214.24	c cleaning 27009 clauses out of 54038 with flag 0/396001
279.62/266.88	c cleaning 28010 clauses out of 56031 with flag 0/425003
307.35/294.46	c cleaning 28993 clauses out of 58019 with flag 0/455001
358.16/344.61	c cleaning 29998 clauses out of 60025 with flag 0/486000
379.32/364.15	c cleaning 31013 clauses out of 62028 with flag 0/518001
402.80/386.84	c cleaning 31980 clauses out of 64014 with flag 0/551000
448.07/431.21	c cleaning 33004 clauses out of 66034 with flag 0/585000
479.68/462.04	c cleaning 33980 clauses out of 68031 with flag 0/620001
530.98/512.54	c cleaning 34977 clauses out of 70052 with flag 0/656002
590.80/571.12	c cleaning 36000 clauses out of 72073 with flag 0/693000
659.11/637.87	c cleaning 37000 clauses out of 74073 with flag 0/731000
710.93/688.48	c cleaning 38023 clauses out of 76073 with flag 0/770000
763.63/740.10	c cleaning 39013 clauses out of 78050 with flag 0/810000
807.18/782.90	c cleaning 39996 clauses out of 80037 with flag 0/851000
873.48/847.65	c cleaning 40979 clauses out of 82041 with flag 0/893000
930.61/904.16	c cleaning 41985 clauses out of 84062 with flag 0/936000
986.27/958.91	c cleaning 43010 clauses out of 86080 with flag 0/980003
1047.46/1019.29	c cleaning 44003 clauses out of 88067 with flag 0/1025000
1125.76/1096.02	c cleaning 44998 clauses out of 90066 with flag 0/1071002
1205.52/1173.81	c cleaning 45981 clauses out of 92066 with flag 0/1118000
1280.29/1246.92	c cleaning 46995 clauses out of 94086 with flag 0/1166001
1360.48/1325.50	c cleaning 48038 clauses out of 96091 with flag 0/1215001
1449.32/1412.58	c cleaning 48934 clauses out of 98053 with flag 0/1265001
1531.96/1493.69	c cleaning 50047 clauses out of 100118 with flag 0/1316000
1611.96/1571.95	c cleaning 51024 clauses out of 102072 with flag 0/1368001
1691.87/1650.74	c cleaning 52001 clauses out of 104047 with flag 0/1421000
1790.14/1747.20	c cleaning 52947 clauses out of 106046 with flag 0/1475000
1933.79/1887.95	c cleaning 54023 clauses out of 108101 with flag 0/1530002
2075.59/2027.85	c cleaning 55014 clauses out of 110076 with flag 0/1586000
2213.94/2163.04	c cleaning 55979 clauses out of 112062 with flag 0/1643000
2371.83/2317.76	c cleaning 56983 clauses out of 114083 with flag 0/1701000
2492.40/2435.04	c cleaning 58028 clauses out of 116101 with flag 0/1760001
2616.80/2556.98	c cleaning 59007 clauses out of 118072 with flag 0/1820000
2746.84/2684.22	c cleaning 60000 clauses out of 120065 with flag 0/1881000
2854.64/2789.74	c cleaning 61004 clauses out of 122065 with flag 0/1943000
2982.13/2913.90	c cleaning 61999 clauses out of 124062 with flag 0/2006001
3091.80/3021.31	c cleaning 63010 clauses out of 126062 with flag 0/2070000
3245.63/3171.38	c cleaning 63989 clauses out of 128052 with flag 0/2135000
3376.90/3300.23	c cleaning 64975 clauses out of 130063 with flag 0/2201000
3494.87/3416.08	c cleaning 66008 clauses out of 132090 with flag 0/2268002
3600.03/3519.42	c timeout
3600.03/3519.43	c starts		: 93
3600.03/3519.45	c conflicts		: 2321150
3600.03/3519.45	c decisions		: 3258310
3600.03/3519.45	c propagations		: 733065042
3600.03/3519.45	c inspects		: 15982851909
3600.03/3519.45	c shortcuts		: 0
3600.03/3519.45	c learnt literals	: 3
3600.03/3519.45	c learnt binary clauses	: 70
3600.03/3519.45	c learnt ternary clauses	: 371
3600.03/3519.45	c learnt constraints	: 2321146
3600.03/3519.45	c ignored constraints	: 0
3600.03/3519.45	c root simplifications	: 0
3600.03/3519.45	c removed literals (reason simplification)	: 0
3600.03/3519.45	c reason swapping (by a shorter reason)	: 0
3600.03/3519.45	c Calls to reduceDB	: 63
3600.03/3519.45	c Number of update (reduction) of LBD	: 2676803
3600.03/3519.45	c Imported unit clauses	: 0
3600.03/3519.46	c No decision after first conflict	: false
3600.03/3519.46	c number of reductions to clauses (during analyze)	: 0
3600.03/3519.46	c number of learned constraints concerned by reduction	: 0
3600.03/3519.46	c number of learning phase by resolution	: 0
3600.03/3519.46	c number of learning phase by cutting planes	: 0
3600.03/3519.46	c number of rounding to 1 operations	: 0
3600.03/3519.46	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3519.46	c number of reductions of the coefficients by power 2 	: 0
3600.03/3519.46	c number of right shift for reduction by power 2 	: 0
3600.03/3519.46	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3519.46	c number of ending skipping 	: 0
3600.03/3519.46	c number of internal skipping 	: 0
3600.03/3519.46	c number of derivation steps 	: 72834268
3600.03/3519.46	c number of skipped derivation steps 	: 0
3600.03/3519.46	c number of remaining unassigned 	: 138455
3600.03/3519.46	c number of remaining assigned 	: 590003432
3600.03/3519.46	c number of falsified literals weakened from reason	: 0
3600.03/3519.46	c number of falsified literals weakened from conflict	: 0
3600.03/3519.46	c time for arithmetic operations	: 13463639898
3600.03/3519.48	c minimum degree of deleted constraints	: 1
3600.03/3519.48	c maximum degree of deleted constraints	: 690387037526874105457536
3600.03/3519.48	c number of deleted constraints	: 2201917
3600.03/3519.48	c speed (assignments/second)	: 208487.9316675308
3600.03/3519.48	c non guided choices	: 20145
3600.19/3519.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 81692
3600.19/3519.54	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6
3600.19/3519.54	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 70
3600.19/3519.54	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 37461
3600.19/3519.54	s UNKNOWN
3600.19/3519.54	c Total wall clock time (in seconds): 3519.322

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446341-1721335541/watcher-4446341-1721335541 -o /tmp/evaluation-result-4446341-1721335541/solver-4446341-1721335541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972843 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446341-1721335541.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=977941, runsolver pid=977938

[startup+0.100071 s]*
/proc/loadavg: 4.39 4.58 4.48 7/316 977959
/proc/meminfo: memFree=111958956/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=18975048 memory=57308 CPUtime=0.13 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 6753 0 0 0 10 3 0 0 20 0 18 0 185711243 19430449152 14327 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4743762 14327 5679 1 0 551062 0
[pid=977941/tid=977943] ppid=977938 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) S 977938 977941 972831 0 -1 1077936192 5614 0 0 0 6 2 0 0 20 0 18 0 185711243 19430449152 14327 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185711248 19430449152 14327 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185711249 19430449152 14327 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57308 KiB

[startup+0.216123 s]*
/proc/loadavg: 4.39 4.58 4.48 8/316 977959
/proc/meminfo: memFree=111949544/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=18975048 memory=70732 CPUtime=0.38 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 7599 0 0 0 34 4 0 0 20 0 18 0 185711243 19430449152 17683 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4743762 17683 5704 1 0 551726 0
[pid=977941/tid=977943] ppid=977938 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 6076 0 0 0 18 3 0 0 20 0 18 0 185711243 19430449152 17683 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=18975048 memory=1774770 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185711248 19430449152 17683 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185711249 19430449152 17683 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70732 KiB

[startup+0.336149 s]*
/proc/loadavg: 4.39 4.58 4.48 7/316 977959
/proc/meminfo: memFree=111897056/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=18975048 memory=128988 CPUtime=0.56 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 7716 0 0 0 50 6 0 0 20 0 18 0 185711243 19430449152 32247 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4743762 32247 5767 1 0 551765 0
[pid=977941/tid=977943] ppid=977938 vsize=18975048 memory=-8600293526570574524 CPUtime=0.31 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 6124 0 0 0 26 5 0 0 20 0 18 0 185711243 19430449152 32247 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185711248 19430449152 32247 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185711249 19430449152 32247 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128988 KiB

[startup+0.70033 s]
/proc/loadavg: 4.39 4.58 4.48 7/317 977960
/proc/meminfo: memFree=111853532/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19041612 memory=363428 CPUtime=1.2 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 9574 0 0 0 109 11 0 0 20 0 19 0 185711243 19498610688 90857 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4760403 90857 5876 1 0 553086 0
[pid=977941/tid=977943] ppid=977938 vsize=19041612 memory=5540 CPUtime=0.57 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 6234 0 0 0 48 9 0 0 20 0 19 0 185711243 19498610688 90857 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711248 19498610688 90857 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711249 19498610688 90857 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 363428 KiB

[startup+1.50114 s]
/proc/loadavg: 4.39 4.58 4.48 6/317 977960
/proc/meminfo: memFree=110882300/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19041612 memory=1799568 CPUtime=2.75 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 21941 0 0 0 233 42 0 0 20 0 19 0 185711243 19498610688 449380 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4760403 449892 5876 1 0 1087123 0
[pid=977941/tid=977943] ppid=977938 vsize=19041612 memory=12508 CPUtime=1.32 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 6967 0 0 0 96 36 0 0 20 0 19 0 185711243 19498610688 449892 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711248 19498610688 449892 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711249 19498610688 449892 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1799568 KiB

[startup+3.12015 s]
/proc/loadavg: 4.39 4.58 4.48 6/317 977960
/proc/meminfo: memFree=108594988/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19041612 memory=3408156 CPUtime=5.11 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 22957 0 0 0 436 75 0 0 20 0 19 0 185711243 19498610688 852039 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4760403 852039 5876 1 0 1087174 0
[pid=977941/tid=977943] ppid=977938 vsize=19041612 memory=0 CPUtime=2.87 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 7754 0 0 0 218 69 0 0 20 0 19 0 185711243 19498610688 852039 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185711248 19498610688 852039 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19041612 memory=2768852 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185711249 19498610688 852039 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 5.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3408156 KiB

[startup+6.30024 s]
/proc/loadavg: 4.52 4.61 4.49 6/316 978028
/proc/meminfo: memFree=113637936/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=3410900 CPUtime=10.79 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 23695 0 0 0 1003 76 0 0 20 0 20 0 185711243 19566772224 852725 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 852725 5876 1 0 1087654 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=3408156 CPUtime=5.95 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 7942 0 0 0 526 69 0 0 20 0 20 0 185711243 19566772224 852725 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 852725 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185711249 19566772224 852725 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=3410832 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 852725 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 10.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3410900 KiB

[startup+12.7011 s]
/proc/loadavg: 4.64 4.63 4.50 5/317 978029
/proc/meminfo: memFree=109689524/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4003112 CPUtime=19.5 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 25427 0 0 0 1861 89 0 0 20 0 20 0 185711243 19566772224 1000778 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1000778 5908 1 0 1238146 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=4003100 CPUtime=12.21 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 9045 0 0 0 1140 81 0 0 20 0 20 0 185711243 19566772224 1000778 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=4002372 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1000778 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=4000324 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185711249 19566772224 1000778 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1000778 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 19.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4003112 KiB

[startup+25.5005 s]
/proc/loadavg: 4.58 4.62 4.49 5/316 978032
/proc/meminfo: memFree=106201692/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4003692 CPUtime=32.89 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 31283 0 0 0 3198 91 0 0 20 0 20 0 185711243 19566772224 1000923 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1000923 5924 1 0 1238148 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=4003100 CPUtime=24.65 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 10891 0 0 0 2383 82 0 0 20 0 20 0 185711243 19566772224 1000923 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1000923 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=45484 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185711249 19566772224 1000923 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1000923 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 32.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4003692 KiB

[startup+51.1138 s]
/proc/loadavg: 4.38 4.56 4.48 5/316 978035
/proc/meminfo: memFree=106122320/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4006236 CPUtime=59.42 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 43990 0 0 0 5847 95 0 0 20 0 20 0 185711243 19566772224 1001559 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1001559 5924 1 0 1238148 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=11420 CPUtime=49.85 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 13606 0 0 0 4902 83 0 0 20 0 20 0 185711243 19566772224 1001559 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1001559 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=4005948 CPUtime=0 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185711249 19566772224 1001559 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1001559 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 59.42 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3162.3 s]
/proc/loadavg: 4.45 4.37 4.31 5/317 979845
/proc/meminfo: memFree=108122212/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4210292 CPUtime=3236.31 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 417361 0 0 0 323300 331 0 0 20 0 20 0 185711243 19566772224 1052573 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1052573 5940 1 0 1064423 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=4210288 CPUtime=3073.59 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 181345 0 0 0 307248 111 0 0 20 0 20 0 185711243 19566772224 1052573 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1052573 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=4210292 CPUtime=0.01 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 3881 0 0 0 0 1 0 0 20 0 20 0 185711249 19566772224 1052573 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=4210292 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1052573 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 3236.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4210292 KiB

[startup+3222.3 s]
/proc/loadavg: 4.33 4.36 4.31 5/317 979856
/proc/meminfo: memFree=108121540/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4210352 CPUtime=3297.46 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 421256 0 0 0 329411 335 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1052588 5940 1 0 1064435 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=4210288 CPUtime=3131.9 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 183469 0 0 0 313079 111 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=4210292 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=4210348 CPUtime=0.01 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 3886 0 0 0 0 1 0 0 20 0 20 0 185711249 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=4210348 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 3297.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4210352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.32 4.30 5/317 979866
/proc/meminfo: memFree=108072956/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4210352 CPUtime=3358.59 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 425222 0 0 0 335521 338 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1052588 5940 1 0 1064435 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=45484 CPUtime=3190.11 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 185835 0 0 0 318900 111 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=4210352 CPUtime=0.01 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 3993 0 0 0 0 1 0 0 20 0 20 0 185711249 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=1832 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 3358.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4210352 KiB

[startup+3342.31 s]
/proc/loadavg: 4.23 4.29 4.29 5/319 979881
/proc/meminfo: memFree=108071252/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4210352 CPUtime=3419.59 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 426864 0 0 0 341618 341 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1052588 5940 1 0 1064435 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=12508 CPUtime=3248.69 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) S 977938 977941 972831 0 -1 1077936192 187260 0 0 0 324757 112 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=45484 CPUtime=0.01 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 4040 0 0 0 0 1 0 0 20 0 20 0 185711249 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 3419.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4210352 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.28 4.28 5/319 979892
/proc/meminfo: memFree=108070764/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4210352 CPUtime=3480.9 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 430129 0 0 0 347745 345 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1052588 5940 1 0 1064435 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=4210352 CPUtime=3306.84 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 189106 0 0 0 330572 112 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=-8600293526570574524 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=2264 CPUtime=0.01 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 4153 0 0 0 0 1 0 0 20 0 20 0 185711249 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=4210352 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 3480.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4210352 KiB

[startup+3462.3 s]
/proc/loadavg: 3.69 4.13 4.23 4/293 979935
/proc/meminfo: memFree=112663160/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4210352 CPUtime=3541.75 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 433938 0 0 0 353827 348 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1052588 5940 1 0 1064435 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=4210352 CPUtime=3365.38 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 191335 0 0 0 336426 112 0 0 20 0 20 0 185711243 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=45484 CPUtime=0.01 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 4153 0 0 0 0 1 0 0 20 0 20 0 185711249 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=4210352 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1052588 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 3541.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4210352 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3519.4 s]
/proc/loadavg: 3.38 3.97 4.17 4/293 979946
/proc/meminfo: memFree=112662840/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19108176 memory=4210360 CPUtime=3600.03 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 437022 0 0 0 359652 351 0 0 20 0 20 0 185711243 19566772224 1052590 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4777044 1052590 5940 1 0 1064435 0
[pid=977941/tid=977943] ppid=977938 vsize=19108176 memory=1832 CPUtime=3420.79 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) R 977938 977941 972831 0 -1 4194368 192793 0 0 0 341967 112 0 0 20 0 20 0 185711243 19566772224 1052590 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19108176 memory=5424 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185711248 19566772224 1052590 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19108176 memory=4210360 CPUtime=0.01 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 4219 0 0 0 0 1 0 0 20 0 20 0 185711249 19566772224 1052590 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977961] ppid=977938 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/977941/task/977961/stat : 977961 (Timer-0) S 977938 977941 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185711580 19566772224 1052590 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4210360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.76 s, system=3.54444 s

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

[startup+3519.51 s]
/proc/loadavg: 3.38 3.97 4.17 4/293 979946
/proc/meminfo: memFree=112662840/131655788 swapFree=131070704/131071996
[pid=977941] ppid=977938 vsize=19307868 memory=4211156 CPUtime=3600.19 cores=1,3
/proc/977941/stat : 977941 (java) S 977938 977941 972831 0 -1 1077936128 439769 0 0 0 359667 352 0 0 20 0 21 0 185711243 19771256832 1052789 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
/proc/977941/statm: 4826967 1052789 5939 1 0 1065388 0
[pid=977941/tid=977943] ppid=977938 vsize=19307868 memory=11420 CPUtime=3420.82 cores=1,3
/proc/977941/task/977943/stat : 977943 (java) S 977938 977941 972831 0 -1 1077936192 193038 0 0 0 341970 112 0 0 20 0 21 0 185711243 19771256832 1052789 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977952] ppid=977938 vsize=19307868 memory=4210360 CPUtime=0 cores=1,3
/proc/977941/task/977952/stat : 977952 (Finalizer) S 977938 977941 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 185711248 19771256832 1052789 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
[pid=977941/tid=977959] ppid=977938 vsize=19307868 memory=4210360 CPUtime=0.01 cores=1,3
/proc/977941/task/977959/stat : 977959 (Common-Cleaner) S 977938 977941 972831 0 -1 1077936192 4219 0 0 0 0 1 0 0 20 0 21 0 185711249 19771256832 1052789 134679101440 93842276134912 93842276138608 140730478202672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93842276146424 93842276147216 93842286587904 140730478203892 140730478204000 140730478204000 140730478211016 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4211156 KiB

Child status: 143

Real time (s): 3519.58
CPU time (s): 3600.31
CPU user time (s): 3596.76
CPU system time (s): 3.54444
CPU usage (%): 102.294
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4910468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.76
system time used= 3.54444
maximum resident set size= 4910468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440199
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132693
involuntary context switches= 7407


# summary of solver processes directly reported to runsolver:
#   pid: 977941
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3596.76
#   total CPU system time (s): 3.54444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2268 second user time and 36.9528 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 22:45:53
IDJOB=4446341
IDBENCH=155560
IDSOLVER=3052
FILE ID=nodeC011/4446341-1721335541
RUNJOBID= nodeC011-1721328481-972843
SLURM_JOB_ID= 7542688
Free space on /tmp= 723744 MiB

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

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

MD5SUM BENCH= aafbab4e203601a49fdc88cf5a6cbbb7
RANDOM SEED=1272784878

nodeC011.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		: 1197.130
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.20
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.654
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		: 3545.723
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.20
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.120
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		: 3656.504
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.20
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		: 1197.182
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.262
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.20
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		: 3572.703
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:        111994652 kB
MemAvailable:   112445844 kB
Buffers:          521564 kB
Cached:           769612 kB
SwapCached:          132 kB
Active:          1056996 kB
Inactive:       18079184 kB
Active(anon):       1436 kB
Inactive(anon): 17880968 kB
Active(file):    1055560 kB
Inactive(file):   198216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              8128 kB
Writeback:             8 kB
AnonPages:      17836364 kB
Mapped:           125244 kB
Shmem:             37400 kB
KReclaimable:      75232 kB
Slab:             157448 kB
SReclaimable:      75232 kB
SUnreclaim:        82216 kB
KernelStack:        4816 kB
PageTables:        44968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   19195400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17405952 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723728 MiB
End job on nodeC011 at 2024-07-18 23:44:33