Trace number 4442711

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.22 3511.09

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-95-90.opb
MD5SUM6537247428469e6459e4298d22ed7785
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 benchmark47.5905
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8550
Total number of constraints401945
Number of constraints which are clauses401945
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 constraint90
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 91
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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4442711-1721306288.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
7.34/5.76	c ... done. Wall clock time 5.613s.
7.34/5.76	c declared #vars     8550
7.34/5.76	c #constraints  401945
7.34/5.76	c constraints type 
7.34/5.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 401850
7.34/5.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 95
7.34/5.76	c 401945 constraints processed.
11.31/8.63	c cleaning 2497 clauses out of 5000 with flag 0/5000
15.17/12.22	c cleaning 4249 clauses out of 8506 with flag 0/11003
20.39/17.38	c cleaning 5625 clauses out of 11256 with flag 0/18002
27.69/24.42	c cleaning 6810 clauses out of 13629 with flag 0/26000
35.90/32.41	c cleaning 7910 clauses out of 15820 with flag 0/35001
45.36/41.76	c cleaning 8950 clauses out of 17909 with flag 0/45000
55.61/51.63	c cleaning 9972 clauses out of 19960 with flag 0/56001
68.61/64.29	c cleaning 10992 clauses out of 21987 with flag 0/68000
84.82/80.02	c cleaning 11995 clauses out of 23997 with flag 0/81002
100.34/95.14	c cleaning 12994 clauses out of 26001 with flag 0/95001
117.08/111.28	c cleaning 13996 clauses out of 28007 with flag 0/110001
135.21/128.94	c cleaning 14997 clauses out of 30010 with flag 0/126000
155.45/148.56	c cleaning 16002 clauses out of 32014 with flag 0/143001
177.83/170.34	c cleaning 16998 clauses out of 34012 with flag 0/161001
205.58/197.26	c cleaning 17999 clauses out of 36013 with flag 0/180000
233.93/224.95	c cleaning 19001 clauses out of 38014 with flag 0/200000
262.57/252.55	c cleaning 20000 clauses out of 40013 with flag 0/221000
295.27/284.62	c cleaning 21001 clauses out of 42013 with flag 0/243000
336.51/325.49	c cleaning 22000 clauses out of 44015 with flag 0/266003
376.17/364.34	c cleaning 22995 clauses out of 46017 with flag 0/290005
422.68/410.09	c cleaning 24000 clauses out of 48017 with flag 0/315000
473.39/459.21	c cleaning 25001 clauses out of 50017 with flag 0/341000
532.50/517.43	c cleaning 25995 clauses out of 52016 with flag 0/368000
589.76/573.56	c cleaning 27007 clauses out of 54024 with flag 0/396003
647.26/629.36	c cleaning 28000 clauses out of 56014 with flag 0/425000
702.88/684.11	c cleaning 29003 clauses out of 58015 with flag 0/455001
761.49/740.74	c cleaning 29998 clauses out of 60013 with flag 0/486002
828.34/806.99	c cleaning 30999 clauses out of 62014 with flag 0/518001
894.63/871.26	c cleaning 32004 clauses out of 64015 with flag 0/551001
971.06/946.66	c cleaning 33002 clauses out of 66010 with flag 0/585000
1053.63/1027.33	c cleaning 34002 clauses out of 68008 with flag 0/620000
1139.62/1110.96	c cleaning 35002 clauses out of 70006 with flag 0/656000
1225.25/1193.94	c cleaning 35997 clauses out of 72004 with flag 0/693000
1304.10/1270.26	c cleaning 36993 clauses out of 74007 with flag 0/731000
1387.62/1351.27	c cleaning 38001 clauses out of 76017 with flag 0/770003
1502.27/1463.28	c cleaning 38999 clauses out of 78013 with flag 0/810000
1609.73/1568.01	c cleaning 39998 clauses out of 80015 with flag 0/851001
1732.12/1687.69	c cleaning 40994 clauses out of 82016 with flag 0/893000
1847.53/1800.39	c cleaning 42001 clauses out of 84023 with flag 0/936001
1964.56/1914.77	c cleaning 42998 clauses out of 86022 with flag 0/980001
2099.26/2046.94	c cleaning 43999 clauses out of 88024 with flag 0/1025001
2215.70/2160.98	c cleaning 45004 clauses out of 90028 with flag 0/1071004
2356.09/2298.73	c cleaning 45999 clauses out of 92021 with flag 0/1118001
2482.77/2423.02	c cleaning 47004 clauses out of 94023 with flag 0/1166002
2625.12/2563.03	c cleaning 48000 clauses out of 96017 with flag 0/1215000
2772.96/2706.50	c cleaning 48997 clauses out of 98018 with flag 0/1265001
2930.02/2861.56	c cleaning 50005 clauses out of 100020 with flag 0/1316000
3071.70/2998.69	c cleaning 50996 clauses out of 102015 with flag 0/1368000
3227.16/3149.47	c cleaning 51999 clauses out of 104019 with flag 0/1421000
3363.70/3280.76	c cleaning 53001 clauses out of 106020 with flag 0/1475000
3507.57/3420.24	c cleaning 53999 clauses out of 108020 with flag 0/1530001
3600.10/3511.02	c starts		: 1
3600.10/3511.02	c conflicts		: 1565465
3600.10/3511.02	c decisions		: 1719525
3600.10/3511.02	c propagations		: 24140649
3600.10/3511.02	c inspects		: 8105538472
3600.10/3511.02	c shortcuts		: 0
3600.10/3511.02	c learnt literals	: 0
3600.10/3511.02	c learnt binary clauses	: 0
3600.10/3511.02	c learnt ternary clauses	: 0
3600.10/3511.02	c learnt constraints	: 1565464
3600.10/3511.02	c ignored constraints	: 0
3600.10/3511.02	c root simplifications	: 0
3600.10/3511.02	c removed literals (reason simplification)	: 0
3600.10/3511.02	c reason swapping (by a shorter reason)	: 0
3600.10/3511.02	c Calls to reduceDB	: 51
3600.10/3511.02	c Number of update (reduction) of LBD	: 2269610
3600.10/3511.02	c Imported unit clauses	: 0
3600.10/3511.02	c No decision after first conflict	: false
3600.10/3511.02	c number of reductions to clauses (during analyze)	: 0
3600.10/3511.02	c number of learned constraints concerned by reduction	: 0
3600.10/3511.02	c number of learning phase by resolution	: 0
3600.10/3511.02	c number of learning phase by cutting planes	: 0
3600.10/3511.02	c number of rounding to 1 operations	: 0
3600.10/3511.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3511.02	c number of reductions of the coefficients by power 2 	: 0
3600.10/3511.02	c number of right shift for reduction by power 2 	: 0
3600.10/3511.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3511.02	c number of ending skipping 	: 0
3600.10/3511.02	c number of internal skipping 	: 0
3600.10/3511.02	c number of derivation steps 	: 12398923
3600.10/3511.02	c number of skipped derivation steps 	: 0
3600.10/3511.02	c number of remaining unassigned 	: 0
3600.10/3511.02	c number of remaining assigned 	: 0
3600.10/3511.02	c number of falsified literals weakened from reason	: 0
3600.10/3511.02	c number of falsified literals weakened from conflict	: 0
3600.10/3511.02	c time for arithmetic operations	: 0
3600.10/3511.02	c timeout
3600.10/3511.02	c minimum degree of deleted constraints	: 1
3600.10/3511.02	c maximum degree of deleted constraints	: 1
3600.10/3511.02	c number of deleted constraints	: 1475980
3600.10/3511.02	c speed (assignments/second)	: 6886.999753797805
3600.10/3511.03	c non guided choices	: 4010
3600.10/3511.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 89484
3600.10/3511.07	s UNKNOWN
3600.10/3511.07	c Total wall clock time (in seconds): 3510.927

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442711-1721306288/watcher-4442711-1721306288 -o /tmp/evaluation-result-4442711-1721306288/solver-4442711-1721306288 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984931 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442711-1721306288.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=985044, runsolver pid=985041

[startup+0.100777 s]*
/proc/loadavg: 1.08 1.10 1.61 12/323 985062
/proc/meminfo: memFree=127739720/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=18975048 memory=62688 CPUtime=0.13 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 7244 0 0 0 12 1 0 0 20 0 18 0 182790677 19430449152 15672 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4743762 15672 5543 1 0 549366 0
[pid=985044/tid=985046] ppid=985041 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) S 985041 985044 984920 0 -1 1077936192 5770 0 0 0 7 1 0 0 20 0 18 0 182790677 19430449152 15672 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182790679 19430449152 15672 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182790680 19430449152 15672 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62688 KiB

[startup+0.205602 s]*
/proc/loadavg: 1.08 1.10 1.61 9/283 985077
/proc/meminfo: memFree=127790164/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=18975048 memory=80384 CPUtime=0.33 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 7777 0 0 0 31 2 0 0 20 0 18 0 182790677 19430449152 20096 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4743762 20096 5841 1 0 549704 0
[pid=985044/tid=985046] ppid=985041 vsize=18975048 memory=3472328300254199927 CPUtime=0.18 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 6032 0 0 0 17 1 0 0 20 0 18 0 182790677 19430449152 20096 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=18975048 memory=15959 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182790679 19430449152 20096 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=18975048 memory=13572591398946435 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182790680 19430449152 20096 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80384 KiB

[startup+0.30545 s]*
/proc/loadavg: 1.08 1.10 1.61 3/279 985100
/proc/meminfo: memFree=127693468/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19041612 memory=166808 CPUtime=0.49 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 9417 0 0 0 46 3 0 0 20 0 19 0 182790677 19498610688 41702 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4760403 41702 5857 1 0 550997 0
[pid=985044/tid=985046] ppid=985041 vsize=19041612 memory=-7025452035940392864 CPUtime=0.25 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 6085 0 0 0 23 2 0 0 20 0 19 0 182790677 19498610688 41702 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19041612 memory=7681905605394137875 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790679 19498610688 41702 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19041612 memory=-6098642889447799486 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790680 19498610688 41702 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166808 KiB

[startup+0.708703 s]
/proc/loadavg: 1.08 1.10 1.61 5/262 985160
/proc/meminfo: memFree=127698848/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19041612 memory=895588 CPUtime=1.25 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 15812 0 0 0 105 20 0 0 20 0 19 0 182790677 19498610688 223897 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4760403 223897 5873 1 0 553387 0
[pid=985044/tid=985046] ppid=985041 vsize=19041612 memory=2320 CPUtime=0.63 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 6436 0 0 0 46 17 0 0 20 0 19 0 182790677 19498610688 223897 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19041612 memory=13196 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790679 19498610688 223897 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19041612 memory=5444 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790680 19498610688 223897 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 895588 KiB

[startup+1.5007 s]
/proc/loadavg: 1.08 1.10 1.61 9/328 985265
/proc/meminfo: memFree=125902468/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19041612 memory=1852820 CPUtime=2.79 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 22171 0 0 0 240 39 0 0 20 0 19 0 182790677 19498610688 463205 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4760403 463205 5889 1 0 836858 0
[pid=985044/tid=985046] ppid=985041 vsize=19041612 memory=0 CPUtime=1.39 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 6909 0 0 0 104 35 0 0 20 0 19 0 182790677 19498610688 463205 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19041612 memory=13196 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790679 19498610688 463205 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19041612 memory=11544 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790680 19498610688 463205 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1852820 KiB

[startup+3.11248 s]
/proc/loadavg: 1.08 1.10 1.61 7/330 985269
/proc/meminfo: memFree=120522476/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19041612 memory=2424484 CPUtime=4.65 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 22536 0 0 0 414 51 0 0 20 0 19 0 182790677 19498610688 606121 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4760403 606121 5889 1 0 836872 0
[pid=985044/tid=985046] ppid=985041 vsize=19041612 memory=13196 CPUtime=2.94 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) S 985041 985044 984920 0 -1 1077936192 7209 0 0 0 247 47 0 0 20 0 19 0 182790677 19498610688 606121 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790679 19498610688 606121 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19041612 memory=1220600 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790680 19498610688 606121 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 4.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2424484 KiB

[startup+6.3067 s]
/proc/loadavg: 1.32 1.15 1.62 7/332 985271
/proc/meminfo: memFree=117274156/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=3433148 CPUtime=8.47 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 24479 0 0 0 775 72 0 0 20 0 20 0 182790677 19566772224 858287 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 858287 5889 1 0 1094203 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=13196 CPUtime=5.99 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 8090 0 0 0 532 67 0 0 20 0 20 0 182790677 19566772224 858287 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=1220600 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 858287 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 858287 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=198340509722 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 858287 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 8.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3433148 KiB

[startup+12.7007 s]
/proc/loadavg: 1.53 1.20 1.64 5/332 985272
/proc/meminfo: memFree=116262372/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=3434120 CPUtime=15.68 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 25525 0 0 0 1495 73 0 0 20 0 20 0 182790677 19566772224 858530 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 858530 5889 1 0 1094240 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=11544 CPUtime=12.24 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 8987 0 0 0 1157 67 0 0 20 0 20 0 182790677 19566772224 858530 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 858530 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=45336 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 858530 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=3434120 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 858530 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 15.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3434120 KiB

[startup+25.5003 s]
/proc/loadavg: 2.15 1.35 1.68 5/332 985274
/proc/meminfo: memFree=116119308/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=3438712 CPUtime=28.79 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 30368 0 0 0 2805 74 0 0 20 0 20 0 182790677 19566772224 859678 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 859678 5905 1 0 1094240 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=13196 CPUtime=24.55 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 10737 0 0 0 2388 67 0 0 20 0 20 0 182790677 19566772224 859678 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=3438612 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 859678 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=26116 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 859678 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=3433408 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 859678 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 28.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3438712 KiB

[startup+51.1057 s]
/proc/loadavg: 2.85 1.58 1.75 5/332 985277
/proc/meminfo: memFree=113014108/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=3498224 CPUtime=55.02 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 38824 0 0 0 5426 76 0 0 20 0 20 0 182790677 19566772224 874556 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 874556 5921 1 0 1094240 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=3492080 CPUtime=49.31 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) S 985041 985044 984920 0 -1 1077936192 13365 0 0 0 4864 67 0 0 20 0 20 0 182790677 19566772224 874556 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 874556 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 874556 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=3052 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 874556 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 55.02 s
Current children cumulated vsize: 19108176 KiB

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

/proc/meminfo: memFree=111353116/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=4335424 CPUtime=3177.38 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 511410 0 0 0 317482 256 0 0 20 0 20 0 182790677 19566772224 1083856 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 1083856 5934 1 0 1095485 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=4335424 CPUtime=3025.6 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 224674 0 0 0 302465 95 0 0 20 0 20 0 182790677 19566772224 1083856 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 59 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=13964 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 1083856 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 3304 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 1083856 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=4335424 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 1083856 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 3177.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4335424 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.26 4.19 7/336 987098
/proc/meminfo: memFree=111352104/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=4335560 CPUtime=3241.19 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 518085 0 0 0 323858 261 0 0 20 0 20 0 182790677 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 1083890 5934 1 0 1095530 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=4335424 CPUtime=3084.65 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 227877 0 0 0 308369 96 0 0 20 0 20 0 182790677 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=4335424 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=4335560 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 3393 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=4335560 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 3241.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4335560 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.25 4.18 5/335 987108
/proc/meminfo: memFree=111351828/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=4335560 CPUtime=3302.11 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 521682 0 0 0 329948 263 0 0 20 0 20 0 182790677 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 1083890 5934 1 0 1095530 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=4335424 CPUtime=3143.36 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 229865 0 0 0 314240 96 0 0 20 0 20 0 182790677 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=4335560 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=4335560 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 3489 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=4335560 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 1083890 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 3302.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4335560 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.26 4.19 5/335 987119
/proc/meminfo: memFree=111351448/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=4335572 CPUtime=3365.29 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 527959 0 0 0 336263 266 0 0 20 0 20 0 182790677 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 1083893 5934 1 0 1095530 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=4335560 CPUtime=3202.03 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 232673 0 0 0 320107 96 0 0 20 0 20 0 182790677 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 59 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=4335560 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=45336 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 3584 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=2320 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 3365.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4335572 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=985044] ppid=985041 vsize=19108176 memory=4335572 CPUtime=3426.76 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 531836 0 0 0 342408 268 0 0 20 0 20 0 182790677 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 1083893 5934 1 0 1095530 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=45336 CPUtime=3260.66 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 235643 0 0 0 325969 97 0 0 20 0 20 0 182790677 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 59 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=2320 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=4335572 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 3724 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 1083893 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 3426.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4335572 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=985044] ppid=985041 vsize=19108176 memory=4335576 CPUtime=3487.36 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 535217 0 0 0 348465 271 0 0 20 0 20 0 182790677 19566772224 1083894 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 1083894 5934 1 0 1095530 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=4335572 CPUtime=3319.64 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 238404 0 0 0 331867 97 0 0 20 0 20 0 182790677 19566772224 1083894 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 59 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 1083894 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 3725 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 1083894 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=4335576 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 1083894 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 3487.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4335576 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.26 4.20 6/330 987152
/proc/meminfo: memFree=111349108/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=4335644 CPUtime=3551.03 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 541601 0 0 0 354827 276 0 0 20 0 20 0 182790677 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 1083911 5934 1 0 1095538 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=4335572 CPUtime=3378.26 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 241037 0 0 0 337729 97 0 0 20 0 20 0 182790677 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=2028 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=4335644 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 3746 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=4335644 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 3551.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4335644 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3511 s]*
/proc/loadavg: 4.17 4.23 4.19 5/330 987293
/proc/meminfo: memFree=112771384/131524600 swapFree=131071996/131071996
[pid=985044] ppid=985041 vsize=19108176 memory=4335644 CPUtime=3600.1 cores=4,6
/proc/985044/stat : 985044 (java) S 985041 985044 984920 0 -1 1077936128 542619 0 0 0 359733 277 0 0 20 0 20 0 182790677 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
/proc/985044/statm: 4777044 1083911 5934 1 0 1095538 0
[pid=985044/tid=985046] ppid=985041 vsize=19108176 memory=-8671514392242987708 CPUtime=3425.94 cores=4,6
/proc/985044/task/985046/stat : 985046 (java) R 985041 985044 984920 0 -1 4194368 241753 0 0 0 342496 98 0 0 20 0 20 0 182790677 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 60 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985055] ppid=985041 vsize=19108176 memory=4335644 CPUtime=0 cores=4,6
/proc/985044/task/985055/stat : 985055 (Finalizer) S 985041 985044 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790679 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985062] ppid=985041 vsize=19108176 memory=26116 CPUtime=0 cores=4,6
/proc/985044/task/985062/stat : 985062 (Common-Cleaner) S 985041 985044 984920 0 -1 1077936192 3840 0 0 0 0 0 0 0 20 0 20 0 182790680 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
[pid=985044/tid=985271] ppid=985041 vsize=19108176 memory=32196 CPUtime=0 cores=4,6
/proc/985044/task/985271/stat : 985271 (Timer-0) S 985041 985044 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182791254 19566772224 1083911 134679101440 93984096452608 93984096456304 140731313276688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93984096464120 93984096464912 93984107126784 140731313284084 140731313284192 140731313284192 140731313291208 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4335644 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.43 s, system=2.79416 s

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

Child status: 143

Real time (s): 3511.09
CPU time (s): 3600.22
CPU user time (s): 3597.43
CPU system time (s): 2.79416
CPU usage (%): 102.539
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4335644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.43
system time used= 2.79416
maximum resident set size= 4336576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545108
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127085
involuntary context switches= 22266


# summary of solver processes directly reported to runsolver:
#   pid: 985044
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.43
#   total CPU system time (s): 2.79416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22471 second user time and 16.2927 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 14:38:21
IDJOB=4442711
IDBENCH=147844
IDSOLVER=3052
FILE ID=nodeC017/4442711-1721306288
RUNJOBID= nodeC017-1721306301-984931
SLURM_JOB_ID= 7542642
Free space on /tmp= 890068 MiB

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

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

MD5SUM BENCH= 6537247428469e6459e4298d22ed7785
RANDOM SEED=2110139259

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		: 3635.126
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		: 3622.058
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		: 3631.508
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		: 3642.087
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		: 3599.815
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		: 3641.000
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		: 3637.595
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		: 3629.891
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:        127819924 kB
MemAvailable:   129631520 kB
Buffers:          511140 kB
Cached:          2126700 kB
SwapCached:            0 kB
Active:          1191760 kB
Inactive:        1878408 kB
Active(anon):       1556 kB
Inactive(anon):   468516 kB
Active(file):    1190204 kB
Inactive(file):  1409892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13856 kB
Writeback:            28 kB
AnonPages:        432064 kB
Mapped:           124816 kB
Shmem:             37720 kB
KReclaimable:     102292 kB
Slab:             214112 kB
SReclaimable:     102292 kB
SUnreclaim:       111820 kB
KernelStack:        4676 kB
PageTables:        10416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7328928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67264 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 890060 MiB
End job on nodeC017 at 2024-07-18 15:36:52