Trace number 4442771

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 3527.48

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
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 benchmark27.5425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4442771-1721306289.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
5.24/3.70	c ... done. Wall clock time 3.538s.
5.24/3.70	c declared #vars     6800
5.24/3.70	c #constraints  285685
5.24/3.70	c constraints type 
5.24/3.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285600
5.24/3.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
5.24/3.70	c 285685 constraints processed.
8.80/6.26	c cleaning 2497 clauses out of 5000 with flag 0/5000
12.21/9.42	c cleaning 4249 clauses out of 8506 with flag 0/11003
16.96/14.00	c cleaning 5625 clauses out of 11256 with flag 0/18002
23.36/20.33	c cleaning 6810 clauses out of 13629 with flag 0/26000
31.21/27.99	c cleaning 7907 clauses out of 15821 with flag 0/35002
39.93/36.54	c cleaning 8954 clauses out of 17912 with flag 0/45000
49.65/45.86	c cleaning 9974 clauses out of 19959 with flag 0/56001
60.96/56.70	c cleaning 10992 clauses out of 21984 with flag 0/68000
75.12/70.64	c cleaning 11993 clauses out of 23992 with flag 0/81000
89.90/85.06	c cleaning 12994 clauses out of 25999 with flag 0/95000
106.19/100.89	c cleaning 13994 clauses out of 28005 with flag 0/110000
130.21/124.45	c cleaning 14996 clauses out of 30012 with flag 0/126001
154.22/147.94	c cleaning 15996 clauses out of 32015 with flag 0/143000
178.26/171.68	c cleaning 17000 clauses out of 34019 with flag 0/161000
203.59/196.45	c cleaning 18004 clauses out of 36020 with flag 0/180001
233.07/225.16	c cleaning 18996 clauses out of 38015 with flag 0/200000
264.88/256.22	c cleaning 20009 clauses out of 40021 with flag 0/221002
299.98/290.21	c cleaning 21004 clauses out of 42014 with flag 0/243004
339.81/329.40	c cleaning 21997 clauses out of 44008 with flag 0/266002
374.87/363.75	c cleaning 23005 clauses out of 46011 with flag 0/290002
413.93/402.29	c cleaning 23998 clauses out of 48004 with flag 0/315000
455.21/442.67	c cleaning 24998 clauses out of 50006 with flag 0/341000
494.92/481.55	c cleaning 26006 clauses out of 52011 with flag 0/368003
542.56/527.96	c cleaning 26994 clauses out of 54002 with flag 0/396000
589.48/573.96	c cleaning 27998 clauses out of 56010 with flag 0/425002
641.40/625.18	c cleaning 28994 clauses out of 58012 with flag 0/455002
697.61/680.48	c cleaning 30006 clauses out of 60019 with flag 0/486003
748.02/730.04	c cleaning 30992 clauses out of 62010 with flag 0/518000
814.15/794.43	c cleaning 32005 clauses out of 64018 with flag 0/551000
885.26/864.61	c cleaning 33002 clauses out of 66014 with flag 0/585001
957.91/934.99	c cleaning 33995 clauses out of 68012 with flag 0/620001
1022.23/998.09	c cleaning 35004 clauses out of 70017 with flag 0/656001
1086.78/1061.72	c cleaning 35997 clauses out of 72013 with flag 0/693001
1152.07/1125.28	c cleaning 37001 clauses out of 74015 with flag 0/731000
1232.43/1204.42	c cleaning 38000 clauses out of 76014 with flag 0/770000
1306.72/1276.77	c cleaning 39001 clauses out of 78014 with flag 0/810000
1394.69/1363.67	c cleaning 40002 clauses out of 80013 with flag 0/851000
1489.93/1457.37	c cleaning 41000 clauses out of 82013 with flag 0/893002
1590.94/1557.08	c cleaning 42001 clauses out of 84014 with flag 0/936003
1711.52/1675.53	c cleaning 42999 clauses out of 86010 with flag 0/980000
1843.50/1804.41	c cleaning 43997 clauses out of 88014 with flag 0/1025003
1967.45/1925.67	c cleaning 44996 clauses out of 90015 with flag 0/1071001
2099.44/2054.93	c cleaning 45999 clauses out of 92018 with flag 0/1118000
2247.87/2200.36	c cleaning 46998 clauses out of 94020 with flag 0/1166001
2395.08/2344.58	c cleaning 48002 clauses out of 96021 with flag 0/1215000
2529.88/2476.78	c cleaning 49005 clauses out of 98022 with flag 0/1265003
2674.29/2618.20	c cleaning 49997 clauses out of 100016 with flag 0/1316002
2820.12/2761.25	c cleaning 51003 clauses out of 102018 with flag 0/1368001
2952.33/2890.59	c cleaning 51996 clauses out of 104015 with flag 0/1421001
3133.97/3069.01	c cleaning 53004 clauses out of 106019 with flag 0/1475001
3292.06/3224.43	c cleaning 54002 clauses out of 108016 with flag 0/1530002
3463.81/3393.85	c cleaning 54993 clauses out of 110012 with flag 0/1586000
3600.03/3527.38	c starts		: 1
3600.03/3527.39	c timeout
3600.03/3527.40	c conflicts		: 1637390
3600.03/3527.40	c decisions		: 1789674
3600.03/3527.40	c propagations		: 24450765
3600.03/3527.40	c inspects		: 8643783059
3600.03/3527.40	c shortcuts		: 0
3600.03/3527.40	c learnt literals	: 0
3600.03/3527.40	c learnt binary clauses	: 0
3600.03/3527.40	c learnt ternary clauses	: 0
3600.03/3527.40	c learnt constraints	: 1637390
3600.03/3527.40	c ignored constraints	: 0
3600.03/3527.40	c root simplifications	: 0
3600.03/3527.40	c removed literals (reason simplification)	: 0
3600.03/3527.40	c reason swapping (by a shorter reason)	: 0
3600.03/3527.40	c Calls to reduceDB	: 52
3600.03/3527.40	c Number of update (reduction) of LBD	: 2344812
3600.03/3527.40	c Imported unit clauses	: 0
3600.03/3527.40	c No decision after first conflict	: false
3600.03/3527.40	c number of reductions to clauses (during analyze)	: 0
3600.03/3527.40	c number of learned constraints concerned by reduction	: 0
3600.03/3527.40	c number of learning phase by resolution	: 0
3600.03/3527.40	c number of learning phase by cutting planes	: 0
3600.03/3527.40	c number of rounding to 1 operations	: 0
3600.03/3527.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3527.40	c number of reductions of the coefficients by power 2 	: 0
3600.03/3527.40	c number of right shift for reduction by power 2 	: 0
3600.03/3527.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3527.40	c number of ending skipping 	: 0
3600.03/3527.40	c number of internal skipping 	: 0
3600.03/3527.40	c number of derivation steps 	: 13092116
3600.03/3527.40	c number of skipped derivation steps 	: 0
3600.03/3527.40	c number of remaining unassigned 	: 0
3600.03/3527.40	c number of remaining assigned 	: 0
3600.03/3527.40	c number of falsified literals weakened from reason	: 0
3600.03/3527.40	c number of falsified literals weakened from conflict	: 0
3600.03/3527.40	c time for arithmetic operations	: 0
3600.03/3527.40	c minimum degree of deleted constraints	: 1
3600.03/3527.40	c maximum degree of deleted constraints	: 1
3600.03/3527.40	c number of deleted constraints	: 1530981
3600.24/3527.41	c speed (assignments/second)	: 6938.944308838917
3600.24/3527.41	c non guided choices	: 3161
3600.24/3527.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 106409
3600.24/3527.45	s UNKNOWN
3600.24/3527.45	c Total wall clock time (in seconds): 3527.296

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442771-1721306289/watcher-4442771-1721306289 -o /tmp/evaluation-result-4442771-1721306289/solver-4442771-1721306289 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984933 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442771-1721306289.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=985181, runsolver pid=985178

[startup+0.101339 s]*
/proc/loadavg: 1.08 1.10 1.61 11/304 985237
/proc/meminfo: memFree=127232148/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=18975048 memory=62700 CPUtime=0.13 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 7767 0 0 0 12 1 0 0 20 0 18 0 182790729 19430449152 15675 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4743762 15675 5549 1 0 549373 0
[pid=985181/tid=985186] ppid=985178 vsize=18975048 memory=4026531959 CPUtime=0.08 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 1078198336 6272 0 0 0 7 1 0 0 20 0 18 0 182790729 19430449152 15675 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=18975048 memory=219966356783 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182790732 19430449152 15675 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=18975048 memory=23984 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182790732 19430449152 15675 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62700 KiB

[startup+0.214897 s]*
/proc/loadavg: 1.08 1.10 1.61 12/325 985262
/proc/meminfo: memFree=126780620/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=18975048 memory=90292 CPUtime=0.35 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 8201 0 0 0 33 2 0 0 20 0 18 0 182790729 19430449152 22573 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4743762 22573 5844 1 0 549715 0
[pid=985181/tid=985186] ppid=985178 vsize=18975048 memory=5983647875135111299 CPUtime=0.18 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 6541 0 0 0 17 1 0 0 20 0 18 0 182790729 19430449152 22573 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=18975048 memory=15975 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182790732 19430449152 22573 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182790732 19430449152 22573 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90292 KiB

[startup+0.307445 s]*
/proc/loadavg: 1.08 1.10 1.61 11/327 985264
/proc/meminfo: memFree=126379332/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19041612 memory=164964 CPUtime=0.51 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 9706 0 0 0 47 4 0 0 20 0 19 0 182790729 19498610688 41241 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4760403 41241 5860 1 0 550799 0
[pid=985181/tid=985186] ppid=985178 vsize=19041612 memory=-9104422915013911228 CPUtime=0.26 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) S 985178 985181 984920 0 -1 1077936192 6581 0 0 0 23 3 0 0 20 0 19 0 182790729 19498610688 41241 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790732 19498610688 41241 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790732 19498610688 41241 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164964 KiB

[startup+0.700916 s]
/proc/loadavg: 1.08 1.10 1.61 12/328 985265
/proc/meminfo: memFree=125773196/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19041612 memory=1128212 CPUtime=1.24 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 16368 0 0 0 99 25 0 0 20 0 19 0 182790729 19498610688 282053 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4760403 282053 5876 1 0 553379 0
[pid=985181/tid=985186] ppid=985178 vsize=19041612 memory=5472 CPUtime=0.63 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 7045 0 0 0 41 22 0 0 20 0 19 0 182790729 19498610688 282053 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19041612 memory=13196 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790732 19498610688 282053 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790732 19498610688 282053 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1128212 KiB

[startup+1.5009 s]
/proc/loadavg: 1.08 1.10 1.61 12/329 985266
/proc/meminfo: memFree=123234952/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19041612 memory=1822964 CPUtime=2.81 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 22507 0 0 0 242 39 0 0 20 0 19 0 182790729 19498610688 455741 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4760403 455741 5876 1 0 1083282 0
[pid=985181/tid=985186] ppid=985178 vsize=19041612 memory=13196 CPUtime=1.38 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 7482 0 0 0 103 35 0 0 20 0 19 0 182790729 19498610688 455741 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790732 19498610688 455741 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19041612 memory=164 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790732 19498610688 455741 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1822964 KiB

[startup+3.1059 s]
/proc/loadavg: 1.08 1.10 1.61 5/330 985269
/proc/meminfo: memFree=120088248/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19041612 memory=3394048 CPUtime=4.63 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 23330 0 0 0 394 69 0 0 20 0 19 0 182790729 19498610688 848512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4760403 848512 5876 1 0 1083300 0
[pid=985181/tid=985186] ppid=985178 vsize=19041612 memory=0 CPUtime=2.92 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 8250 0 0 0 228 64 0 0 20 0 19 0 182790729 19498610688 848512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19041612 memory=13196 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790732 19498610688 848512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19041612 memory=1318928 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790732 19498610688 848512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 4.63 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3394048 KiB

[startup+6.3009 s]
/proc/loadavg: 1.32 1.15 1.62 6/332 985271
/proc/meminfo: memFree=116945216/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=3390268 CPUtime=8.97 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 23747 0 0 0 827 70 0 0 20 0 20 0 182790729 19566772224 847567 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 847567 5876 1 0 1083739 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=13196 CPUtime=6.02 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 8422 0 0 0 538 64 0 0 20 0 20 0 182790729 19566772224 847567 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=2337 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 847567 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 847567 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=-8599176431329911484 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 847567 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3390268 KiB

[startup+12.7003 s]
/proc/loadavg: 1.53 1.20 1.64 5/332 985272
/proc/meminfo: memFree=116262372/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=3390600 CPUtime=15.57 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 24834 0 0 0 1487 70 0 0 20 0 20 0 182790729 19566772224 847650 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 847650 5876 1 0 1083745 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=13196 CPUtime=12.26 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 9447 0 0 0 1161 65 0 0 20 0 20 0 182790729 19566772224 847650 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=3390600 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 847650 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=-8599176431329911484 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 847650 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=3390192 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 847650 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3390600 KiB

[startup+25.5009 s]
/proc/loadavg: 2.15 1.35 1.68 6/332 985274
/proc/meminfo: memFree=116096412/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=3536668 CPUtime=28.83 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 28729 0 0 0 2808 75 0 0 20 0 20 0 182790729 19566772224 884167 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 884167 5892 1 0 1083745 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=3390192 CPUtime=24.51 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 10486 0 0 0 2386 65 0 0 20 0 20 0 182790729 19566772224 884167 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=3456568 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 884167 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=3456568 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 884167 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 884167 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 28.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3536668 KiB

[startup+51.1059 s]
/proc/loadavg: 2.85 1.58 1.75 7/332 985277
/proc/meminfo: memFree=112882784/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=4302440 CPUtime=55.08 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 37469 0 0 0 5416 92 0 0 20 0 20 0 182790729 19566772224 1075610 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 1075610 5924 1 0 1225789 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=4302440 CPUtime=49.01 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 13331 0 0 0 4824 77 0 0 20 0 20 0 182790729 19566772224 1075610 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=4205912 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1075610 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=-8599176431329911484 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1075610 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=45336 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 1075610 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 55.08 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3222.3 s]
/proc/loadavg: 4.21 4.25 4.18 6/335 987108
/proc/meminfo: memFree=111351828/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=4861992 CPUtime=3289.98 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 524436 0 0 0 328700 298 0 0 20 0 20 0 182790729 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 1215498 5937 1 0 1227191 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=4861968 CPUtime=3148.14 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 226613 0 0 0 314707 107 0 0 20 0 20 0 182790729 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 52 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=4861988 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 3325 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=4861992 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 3289.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4861992 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.26 4.19 5/335 987119
/proc/meminfo: memFree=111351416/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=4861992 CPUtime=3350.25 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 530014 0 0 0 334723 302 0 0 20 0 20 0 182790729 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 1215498 5937 1 0 1227191 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=4861992 CPUtime=3207 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 229703 0 0 0 320592 108 0 0 20 0 20 0 182790729 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 52 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 3367 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=4861992 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 1215498 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 3350.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4861992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.29 4.20 5/333 987130
/proc/meminfo: memFree=111351152/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=4862004 CPUtime=3412.15 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 547200 0 0 0 340908 307 0 0 20 0 20 0 182790729 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 1215501 5937 1 0 1227191 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=4862000 CPUtime=3265.74 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 236708 0 0 0 326465 109 0 0 20 0 20 0 182790729 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 52 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=4861992 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=-7232348510084226688 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 3428 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=4862004 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 3412.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4862004 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.26 4.20 5/333 987141
/proc/meminfo: memFree=111350788/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=4862004 CPUtime=3472.35 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 551260 0 0 0 346926 309 0 0 20 0 20 0 182790729 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 1215501 5937 1 0 1227191 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=-7232348510084226688 CPUtime=3324.71 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 240048 0 0 0 332362 109 0 0 20 0 20 0 182790729 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=4862004 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=4862000 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 3509 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 1215501 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 3472.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4862004 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.26 4.20 5/330 987152
/proc/meminfo: memFree=111349036/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=4862048 CPUtime=3534.41 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 566071 0 0 0 353127 314 0 0 20 0 20 0 182790729 19566772224 1215512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 1215512 5937 1 0 1227197 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=-7232348510084226688 CPUtime=3383.39 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 246212 0 0 0 338229 110 0 0 20 0 20 0 182790729 19566772224 1215512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 52 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=4862004 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=4862004 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 3596 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=4862004 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 1215512 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 3534.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4862048 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.22 4.18 5/330 987431
/proc/meminfo: memFree=116130436/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=4862056 CPUtime=3594.98 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 571285 0 0 0 359180 318 0 0 20 0 20 0 182790729 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 1215514 5937 1 0 1227197 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=4862004 CPUtime=3442.1 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) R 985178 985181 984920 0 -1 4194368 248641 0 0 0 344100 110 0 0 20 0 20 0 182790729 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 53 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=4862048 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=4862048 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 3684 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 3594.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4862056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3527.3 s]
/proc/loadavg: 4.13 4.22 4.18 5/330 987431
/proc/meminfo: memFree=115488080/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19108176 memory=4862056 CPUtime=3600.03 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 571880 0 0 0 359685 318 0 0 20 0 20 0 182790729 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4777044 1215514 5937 1 0 1227197 0
[pid=985181/tid=985186] ppid=985178 vsize=19108176 memory=4862004 CPUtime=3446.95 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) S 985178 985181 984920 0 -1 1077936192 249213 0 0 0 344585 110 0 0 20 0 20 0 182790729 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 53 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19108176 memory=4862048 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19108176 memory=4862056 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 3684 0 0 0 0 0 0 0 20 0 20 0 182790732 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985270] ppid=985178 vsize=19108176 memory=4862056 CPUtime=0 cores=5,7
/proc/985181/task/985270/stat : 985270 (Timer-0) S 985178 985181 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791099 19566772224 1215514 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4862056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.1 s, system=3.21126 s

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

[startup+3527.41 s]
/proc/loadavg: 4.13 4.22 4.18 5/330 987431
/proc/meminfo: memFree=115488080/131524600 swapFree=131071996/131071996
[pid=985181] ppid=985178 vsize=19307868 memory=4862768 CPUtime=3600.24 cores=5,7
/proc/985181/stat : 985181 (java) S 985178 985181 984920 0 -1 1077936128 574577 0 0 0 359705 319 0 0 20 0 21 0 182790729 19771256832 1215692 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
/proc/985181/statm: 4826967 1215692 5936 1 0 1228113 0
[pid=985181/tid=985186] ppid=985178 vsize=19307868 memory=13196 CPUtime=3446.95 cores=5,7
/proc/985181/task/985186/stat : 985186 (java) S 985178 985181 984920 0 -1 1077936192 249313 0 0 0 344585 110 0 0 20 0 21 0 182790729 19771256832 1215692 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985212] ppid=985178 vsize=19307868 memory=5472 CPUtime=0 cores=5,7
/proc/985181/task/985212/stat : 985212 (Finalizer) S 985178 985181 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182790732 19771256832 1215692 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
[pid=985181/tid=985220] ppid=985178 vsize=19307868 memory=16192 CPUtime=0 cores=5,7
/proc/985181/task/985220/stat : 985220 (Common-Cleaner) S 985178 985181 984920 0 -1 1077936192 3684 0 0 0 0 0 0 0 20 0 21 0 182790732 19771256832 1215692 134679101440 93892908285952 93892908289648 140725118164000 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93892908297464 93892908298256 93892936392704 140725118170100 140725118170208 140725118170208 140725118177224 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4862768 KiB

Child status: 143

Real time (s): 3527.48
CPU time (s): 3600.31
CPU user time (s): 3597.1
CPU system time (s): 3.21126
CPU usage (%): 102.065
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4862768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.1
system time used= 3.21126
maximum resident set size= 4863724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 574830
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124410
involuntary context switches= 17127


# summary of solver processes directly reported to runsolver:
#   pid: 985181
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3597.1
#   total CPU system time (s): 3.21126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47755 second user time and 18.5073 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 14:38:21
IDJOB=4442771
IDBENCH=147848
IDSOLVER=3052
FILE ID=nodeC017/4442771-1721306289
RUNJOBID= nodeC017-1721306301-984933
SLURM_JOB_ID= 7542642
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442771-1721306289/watcher-4442771-1721306289 -o /tmp/evaluation-result-4442771-1721306289/solver-4442771-1721306289 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984933 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442771-1721306289.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=213959099

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127708096 kB
MemAvailable:   129526112 kB
Buffers:          511140 kB
Cached:          2133080 kB
SwapCached:            0 kB
Active:          1193052 kB
Inactive:        1988956 kB
Active(anon):       1512 kB
Inactive(anon):   573972 kB
Active(file):    1191540 kB
Inactive(file):  1414984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20192 kB
Writeback:             0 kB
AnonPages:        537764 kB
Mapped:           125888 kB
Shmem:             37720 kB
KReclaimable:     102276 kB
Slab:             214060 kB
SReclaimable:     102276 kB
SUnreclaim:       111784 kB
KernelStack:        4272 kB
PageTables:        10412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2954140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67264 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC017 at 2024-07-18 15:37:09