Trace number 4510370

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 CP 2025-06-06UNSAT 230.618 227.345

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x20split.cnf-plain.pb.metafix.opb
MD5SUM5fa6a1707c990041c74d493ed085ddd0
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 benchmark4.60153
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints802
Number of constraints which are clauses802
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 constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB25.v20250606
0.08/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.11	c java.vm.version	22.0.1+8-16
0.08/0.11	c java.vm.vendor	Oracle Corporation
0.08/0.11	c sun.arch.data.model	64
0.08/0.11	c java.version		22.0.1
0.08/0.11	c os.name		Linux
0.08/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.11	c os.arch		amd64
0.08/0.12	c Free memory 		2104792832
0.08/0.12	c Max memory 		16282288128
0.08/0.12	c Total memory 		2113929216
0.08/0.12	c Number of processors 	2
0.08/0.18	c Pseudo Boolean Optimization by upper bound
0.08/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.18	c  - never skip resolution steps
0.08/0.18	c  - Auto-division on coefficients is disabled
0.08/0.18	c  - No postprocessing
0.08/0.18	c  - Conflict is considered as is when resolving
0.08/0.18	c  - Use constraints as they come during conflict analysis
0.08/0.18	c  - Weaken first using unassigned literals
0.08/0.18	c  - Bump strategy: ALWAYS_ONE
0.08/0.18	c  - Bumper: ANY
0.08/0.18	c --- Begin Solver configuration ---
0.08/0.18	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.08/0.18	c Learn all clauses as in MiniSAT
0.08/0.18	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.18	c No reason simplification
0.08/0.18	c Armin Biere (Picosat) restarts strategy
0.08/0.18	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.18	c timeout=2147483s
0.08/0.18	c DB Simplification allowed=false
0.08/0.18	c Listener: none
0.08/0.18	c --- End Solver configuration ---
0.08/0.18	c solving HOME/instance-4510370-1751204627.opb
0.08/0.18	c reading problem ... 
0.08/0.18	c  no objective function found
0.27/0.23	c ... done. Wall clock time 0.05s.
0.27/0.23	c declared #vars     201
0.27/0.23	c #constraints  802
0.27/0.23	c constraints type 
0.27/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.27/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
0.27/0.23	c 802 constraints processed.
1.03/0.60	c cleaning 2481 clauses out of 5000
1.42/0.84	c cleaning 4242 clauses out of 8519
1.82/1.09	c cleaning 5629 clauses out of 11277
2.40/1.35	c cleaning 6807 clauses out of 13648
2.78/1.65	c cleaning 7911 clauses out of 15842
3.37/2.00	c cleaning 8933 clauses out of 17930
3.80/2.36	c cleaning 9982 clauses out of 19997
4.20/2.79	c cleaning 10983 clauses out of 22015
4.73/3.28	c cleaning 11994 clauses out of 24032
5.25/3.77	c cleaning 13000 clauses out of 26038
5.75/4.28	c cleaning 14001 clauses out of 28038
6.34/4.85	c cleaning 15008 clauses out of 30038
6.94/5.49	c cleaning 15993 clauses out of 32030
7.55/6.09	c cleaning 17009 clauses out of 34038
8.34/6.83	c cleaning 17998 clauses out of 36027
9.04/7.58	c cleaning 18999 clauses out of 38029
9.83/8.34	c cleaning 20002 clauses out of 40030
10.64/9.17	c cleaning 21005 clauses out of 42028
11.54/10.09	c cleaning 21997 clauses out of 44026
12.54/11.08	c cleaning 22974 clauses out of 46027
13.64/12.14	c cleaning 24012 clauses out of 48053
14.74/13.23	c cleaning 24984 clauses out of 50040
15.94/14.44	c cleaning 26017 clauses out of 52056
17.34/15.81	c cleaning 26991 clauses out of 54039
18.54/17.00	c cleaning 28004 clauses out of 56049
19.83/18.36	c cleaning 28986 clauses out of 58045
21.24/19.78	c cleaning 30017 clauses out of 60059
23.04/21.50	c cleaning 31018 clauses out of 62043
24.55/23.09	c cleaning 32002 clauses out of 64023
26.25/24.72	c cleaning 33005 clauses out of 66022
28.04/26.55	c cleaning 33977 clauses out of 68017
29.74/28.25	c cleaning 35009 clauses out of 70040
31.65/30.13	c cleaning 36004 clauses out of 72031
33.64/32.18	c cleaning 37006 clauses out of 74029
35.85/34.37	c cleaning 37983 clauses out of 76021
38.04/36.56	c cleaning 38999 clauses out of 78039
40.44/38.93	c cleaning 39992 clauses out of 80039
43.04/41.51	c cleaning 40994 clauses out of 82047
45.16/43.69	c cleaning 42014 clauses out of 84053
47.47/45.96	c cleaning 43004 clauses out of 86038
49.76/48.20	c cleaning 44005 clauses out of 88035
52.36/50.86	c cleaning 45003 clauses out of 90029
55.48/53.98	c cleaning 46002 clauses out of 92027
58.19/56.63	c cleaning 46992 clauses out of 94025
61.50/59.91	c cleaning 48009 clauses out of 96032
64.72/63.12	c cleaning 49004 clauses out of 98024
67.90/66.34	c cleaning 49996 clauses out of 100019
71.32/69.79	c cleaning 50995 clauses out of 102023
74.74/73.15	c cleaning 51980 clauses out of 104029
78.05/76.46	c cleaning 53013 clauses out of 106049
81.47/79.88	c cleaning 54011 clauses out of 108036
85.09/83.48	c cleaning 55001 clauses out of 110026
89.04/87.31	c cleaning 55984 clauses out of 112024
92.90/90.83	c cleaning 57011 clauses out of 114041
97.49/95.28	c cleaning 57996 clauses out of 116029
102.21/99.93	c cleaning 58961 clauses out of 118033
106.97/104.66	c cleaning 60025 clauses out of 120072
111.99/109.68	c cleaning 61020 clauses out of 122050
116.91/114.57	c cleaning 61980 clauses out of 124026
121.86/119.40	c cleaning 63012 clauses out of 126047
126.68/124.25	c cleaning 63975 clauses out of 128035
131.61/129.14	c cleaning 65021 clauses out of 130059
137.02/134.57	c cleaning 66011 clauses out of 132040
142.94/140.44	c cleaning 67001 clauses out of 134027
149.70/147.18	c cleaning 68000 clauses out of 136028
155.40/152.87	c cleaning 68996 clauses out of 138027
160.97/158.22	c cleaning 69992 clauses out of 140030
167.88/165.13	c cleaning 70994 clauses out of 142039
175.69/172.96	c cleaning 72011 clauses out of 144044
182.75/179.91	c cleaning 72995 clauses out of 146032
190.47/187.62	c cleaning 73980 clauses out of 148039
197.49/194.67	c cleaning 75011 clauses out of 150057
205.07/202.17	c cleaning 76010 clauses out of 152048
211.39/208.41	c cleaning 76996 clauses out of 154036
218.64/215.53	c cleaning 78006 clauses out of 156040
227.00/223.89	c cleaning 79002 clauses out of 158035
230.44/227.26	c starts		: 231
230.44/227.26	c conflicts		: 3274325
230.44/227.26	c decisions		: 4330063
230.44/227.26	c propagations		: 40772525
230.44/227.26	c inspects		: 2530164116
230.44/227.26	c shortcuts		: 0
230.44/227.26	c learnt literals	: 1
230.44/227.26	c learnt binary clauses	: 5
230.44/227.26	c learnt ternary clauses	: 24
230.44/227.26	c learnt constraints	: 3274323
230.44/227.26	c ignored constraints	: 0
230.44/227.26	c root simplifications	: 0
230.44/227.26	c removed literals (reason simplification)	: 0
230.44/227.26	c reason swapping (by a shorter reason)	: 0
230.44/227.26	c Calls to reduceDB	: 76
230.44/227.26	c Number of update (reduction) of LBD	: 0
230.44/227.26	c Imported unit clauses	: 0
230.44/227.26	c No decision after first conflict	: false
230.44/227.26	c number of reductions to clauses (during analyze)	: 0
230.44/227.26	c number of learned constraints concerned by reduction	: 0
230.44/227.26	c number of learning phase by resolution	: 0
230.44/227.26	c number of learning phase by cutting planes	: 0
230.44/227.26	c number of rounding to 1 operations	: 0
230.44/227.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
230.44/227.26	c number of reductions of the coefficients by power 2 	: 0
230.44/227.26	c number of right shift for reduction by power 2 	: 0
230.44/227.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
230.44/227.27	c number of ending skipping 	: 0
230.44/227.27	c number of internal skipping 	: 0
230.44/227.27	c number of derivation steps 	: 24908015
230.44/227.27	c number of skipped derivation steps 	: 0
230.44/227.27	c number of remaining unassigned 	: 0
230.44/227.27	c number of remaining assigned 	: 0
230.44/227.27	c number of falsified literals weakened from reason	: 0
230.44/227.27	c number of falsified literals weakened from conflict	: 0
230.44/227.27	c time for arithmetic operations	: 0
230.44/227.27	c minimum degree of deleted constraints	: null
230.44/227.27	c maximum degree of deleted constraints	: null
230.44/227.27	c number of deleted constraints	: 0
230.44/227.27	c speed (assignments/second)	: 179590.91309518565
230.44/227.27	c non guided choices	: 10543
230.57/227.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 123351
230.57/227.32	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 5
230.57/227.32	s UNSATISFIABLE
230.57/227.32	c Total wall clock time (in seconds): 227.143

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: 63665 MiB (63030 MiB free)
  memory of node 1: 64507 MiB (63691 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510370-1751204627/watcher-4510370-1751204627 -o /tmp/evaluation-result-4510370-1751204627/solver-4510370-1751204627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29779 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510370-1751204627.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=29823, runsolver pid=29817
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.50 0.94 1.63 6/332 29907
/proc/meminfo: memFree=129679736/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=18930384 memory=53536 CPUtime=0.08 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 6025 0 0 0 7 1 0 0 20 0 18 0 36140363 19384713216 13384 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4732596 13384 5344 1 0 547194 0
[pid=29823/tid=29831] ppid=29817 vsize=18930384 memory=4026532124 CPUtime=0.05 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 4924 0 0 0 4 1 0 0 20 0 18 0 36140366 19384713216 13384 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=18930384 memory=15140 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140368 19384713216 13384 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140368 19384713216 13384 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53536 KiB

[startup+0.205787 s]*
/proc/loadavg: 0.50 0.94 1.63 10/333 29908
/proc/meminfo: memFree=129657164/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=18930384 memory=63172 CPUtime=0.27 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 6869 0 0 0 25 2 0 0 20 0 18 0 36140363 19384713216 15793 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4732596 15793 5408 1 0 547944 0
[pid=29823/tid=29831] ppid=29817 vsize=18930384 memory=4026597660 CPUtime=0.14 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 5357 0 0 0 13 1 0 0 20 0 18 0 36140366 19384713216 15793 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=18930384 memory=15140 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36140368 19384713216 15793 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36140368 19384713216 15793 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63172 KiB

[startup+0.305647 s]*
/proc/loadavg: 0.50 0.94 1.63 11/335 29910
/proc/meminfo: memFree=129627640/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=18998104 memory=74876 CPUtime=0.45 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 8032 0 0 0 43 2 0 0 20 0 19 0 36140363 19454058496 18719 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4749526 18719 5408 1 0 549079 0
[pid=29823/tid=29831] ppid=29817 vsize=18998104 memory=-6000919498509673325 CPUtime=0.22 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 5432 0 0 0 21 1 0 0 20 0 19 0 36140366 19454058496 18719 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=18998104 memory=0 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36140368 19454058496 18719 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=18998104 memory=0 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 36140368 19454058496 18719 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=18998104 memory=0 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36140387 19454058496 18719 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18998104 KiB
Current children cumulated memory: 74876 KiB

[startup+0.70022 s]
/proc/loadavg: 0.50 0.94 1.63 10/338 29913
/proc/meminfo: memFree=129363736/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=166724 CPUtime=1.22 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 12592 0 0 0 117 5 0 0 20 0 20 0 36140363 19521036288 41681 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 41681 5472 1 0 552127 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=17536 CPUtime=0.58 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 5515 0 0 0 55 3 0 0 20 0 20 0 36140366 19521036288 41681 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 41681 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 41681 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=4888 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 41681 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166724 KiB

[startup+1.50025 s]
/proc/loadavg: 0.50 0.94 1.63 9/340 29915
/proc/meminfo: memFree=128884560/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=326152 CPUtime=2.68 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 17568 0 0 0 260 8 0 0 20 0 20 0 36140363 19521036288 81538 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 81538 5472 1 0 553486 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=10752 CPUtime=1.35 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 5941 0 0 0 130 5 0 0 20 0 20 0 36140366 19521036288 81538 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 81538 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 81538 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=4888 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 81538 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 326152 KiB

[startup+3.10564 s]
/proc/loadavg: 0.50 0.94 1.63 6/340 29915
/proc/meminfo: memFree=125740792/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=799488 CPUtime=4.63 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 20596 0 0 0 445 18 0 0 20 0 20 0 36140363 19521036288 199872 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 199872 5472 1 0 553490 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=10752 CPUtime=2.92 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 6777 0 0 0 278 14 0 0 20 0 20 0 36140366 19521036288 199872 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=-6000919477068391277 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 199872 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 199872 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 199872 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 4.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 799488 KiB

[startup+6.3002 s]
/proc/loadavg: 0.86 1.01 1.65 6/340 29981
/proc/meminfo: memFree=125791908/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1313584 CPUtime=7.84 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 20991 0 0 0 757 27 0 0 20 0 20 0 36140363 19521036288 328396 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 328396 5472 1 0 553492 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=0 CPUtime=6.1 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 7041 0 0 0 586 24 0 0 20 0 20 0 36140366 19521036288 328396 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 328396 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 328396 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 328396 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 7.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313584 KiB

[startup+12.7002 s]
/proc/loadavg: 1.19 1.08 1.67 5/340 29982
/proc/meminfo: memFree=124148280/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1317684 CPUtime=14.24 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 22422 0 0 0 1396 28 0 0 20 0 20 0 36140363 19521036288 329421 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 329421 5472 1 0 553492 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=0 CPUtime=12.43 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 7940 0 0 0 1219 24 0 0 20 0 20 0 36140366 19521036288 329421 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 329421 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=-6000919477068391277 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 329421 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=3456 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 329421 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 14.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317684 KiB

[startup+25.5002 s]
/proc/loadavg: 1.81 1.22 1.71 5/340 29982
/proc/meminfo: memFree=124116520/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1321800 CPUtime=27.05 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 26027 0 0 0 2676 29 0 0 20 0 20 0 36140363 19521036288 330450 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 330450 5472 1 0 553492 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=0 CPUtime=25.13 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 9864 0 0 0 2489 24 0 0 20 0 20 0 36140366 19521036288 330450 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=1321800 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 330450 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=-6000919477068391277 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 330450 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=1321800 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 330450 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 27.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321800 KiB

[startup+51.1057 s]
/proc/loadavg: 2.56 1.45 1.77 5/340 29983
/proc/meminfo: memFree=123612468/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1332176 CPUtime=52.66 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 28284 0 0 0 5236 30 0 0 20 0 20 0 36140363 19521036288 333044 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 333044 5504 1 0 553492 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=0 CPUtime=50.52 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 11166 0 0 0 5027 25 0 0 20 0 20 0 36140366 19521036288 333044 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=0 CPUtime=0 cores=0,2

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

/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 74 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 344540 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 344540 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 104.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1378160 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 2.28 2.04 5/342 29995
/proc/meminfo: memFree=122702684/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1427524 CPUtime=165.08 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 45871 0 0 0 16469 39 0 0 20 0 20 0 36140363 19521036288 356881 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 356881 5504 1 0 554861 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=1398756 CPUtime=160.53 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 14648 0 0 0 16027 26 0 0 20 0 20 0 36140366 19521036288 356881 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 356881 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 99 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 356881 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=1386404 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 356881 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 165.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1427524 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 2.64 2.18 5/342 29997
/proc/meminfo: memFree=122519852/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1487176 CPUtime=225.51 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 46275 0 0 0 22508 43 0 0 20 0 20 0 36140363 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 371794 5504 1 0 554861 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=1386404 CPUtime=219.87 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 14804 0 0 0 21961 26 0 0 20 0 20 0 36140366 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=1450172 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=1460424 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 127 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 225.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1487176 KiB

[startup+227.345 s]
# the end of solver process 29823 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=230.164 s, system=0.453711 s

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

[startup+224 s]*
/proc/loadavg: 4.17 2.68 2.20 5/342 29997
/proc/meminfo: memFree=122519852/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1487176 CPUtime=227.21 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 46275 0 0 0 22678 43 0 0 20 0 20 0 36140363 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 371794 5504 1 0 554861 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=-6000919477068391277 CPUtime=221.57 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 14804 0 0 0 22131 26 0 0 20 0 20 0 36140366 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=-6000919472706249581 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 127 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=4788344119372705438 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 227.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1487176 KiB

[startup+225.6 s]
/proc/loadavg: 4.17 2.68 2.20 5/342 29997
/proc/meminfo: memFree=122519852/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1487176 CPUtime=228.8 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 46376 0 0 0 22837 43 0 0 20 0 20 0 36140363 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 371794 5504 1 0 554861 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=17536 CPUtime=223.16 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 14905 0 0 0 22290 26 0 0 20 0 20 0 36140366 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=1487176 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 127 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=1487176 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 371794 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 228.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1487176 KiB

[startup+226.4 s]
/proc/loadavg: 4.17 2.68 2.20 5/342 29997
/proc/meminfo: memFree=122507564/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1493328 CPUtime=229.65 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 46413 0 0 0 22921 44 0 0 20 0 20 0 36140363 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 373332 5504 1 0 554861 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=10368 CPUtime=223.91 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 14932 0 0 0 22365 26 0 0 20 0 20 0 36140366 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=1487176 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 127 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=-6000919477068391277 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 229.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1493328 KiB

[startup+226.8 s]
/proc/loadavg: 4.17 2.68 2.20 5/342 29997
/proc/meminfo: memFree=122507564/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1493328 CPUtime=230.05 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 46413 0 0 0 22961 44 0 0 20 0 20 0 36140363 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 373332 5504 1 0 554861 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=215587488049 CPUtime=224.3 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 14932 0 0 0 22404 26 0 0 20 0 20 0 36140366 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=56312188895988 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=104280 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 127 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=25304 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 230.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1493328 KiB

[startup+227.2 s]
/proc/loadavg: 4.17 2.68 2.20 5/342 29997
/proc/meminfo: memFree=122503468/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19063512 memory=1493328 CPUtime=230.44 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 46413 0 0 0 23000 44 0 0 20 0 20 0 36140363 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4765878 373332 5504 1 0 554861 0
[pid=29823/tid=29831] ppid=29817 vsize=19063512 memory=1487176 CPUtime=224.7 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) R 29817 29823 29769 0 -1 4194368 14932 0 0 0 22444 26 0 0 20 0 20 0 36140366 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19063512 memory=14592 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 127 0 0 0 0 0 0 0 20 0 20 0 36140368 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29909] ppid=29817 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/29823/task/29909/stat : 29909 (Timer-0) S 29817 29823 29769 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36140387 19521036288 373332 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 230.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1493328 KiB

[startup+227.3 s]
/proc/loadavg: 4.17 2.68 2.20 5/342 29997
/proc/meminfo: memFree=122503468/131249996 swapFree=33010684/33010684
[pid=29823] ppid=29817 vsize=19196640 memory=1493712 CPUtime=230.57 cores=0,2
/proc/29823/stat : 29823 (java) S 29817 29823 29769 0 -1 4194304 47760 0 0 0 23013 44 0 0 20 0 20 0 36140363 19657359360 373428 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
/proc/29823/statm: 4799160 373428 5504 1 0 555463 0
[pid=29823/tid=29831] ppid=29817 vsize=19196640 memory=1386404 CPUtime=224.76 cores=0,2
/proc/29823/task/29831/stat : 29831 (java) S 29817 29823 29769 0 -1 4194368 15806 0 0 0 22450 26 0 0 20 0 20 0 36140366 19657359360 373428 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29853] ppid=29817 vsize=19196640 memory=1450172 CPUtime=0 cores=0,2
/proc/29823/task/29853/stat : 29853 (Finalizer) S 29817 29823 29769 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36140368 19657359360 373428 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
[pid=29823/tid=29871] ppid=29817 vsize=19196640 memory=1460424 CPUtime=0 cores=0,2
/proc/29823/task/29871/stat : 29871 (Common-Cleaner) S 29817 29823 29769 0 -1 4194368 127 0 0 0 0 0 0 0 20 0 20 0 36140368 19657359360 373428 18446744073709551615 94460881616896 94460881620592 140736959050832 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94460881628408 94460881629200 94460902023168 140736959056254 140736959056358 140736959056358 140736959061960 0
Current children cumulated CPU time: 230.57 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1493712 KiB

Child status: 20

Real time (s): 227.345
CPU time (s): 230.618
CPU user time (s): 230.164
CPU system time (s): 0.453711
CPU usage (%): 101.44
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1493712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 230.164
system time used= 0.453711
maximum resident set size= 1493968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10358
involuntary context switches= 1903


# summary of solver processes directly reported to runsolver:
#   pid: 29823
#   total CPU time (s): 230.618
#   total CPU user time (s): 230.164
#   total CPU system time (s): 0.453711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.509198 second user time and 1.10596 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 15:43:47
IDJOB=4510370
IDBENCH=160357
IDSOLVER=3361
FILE ID=nodeC021/4510370-1751204627
RUNJOBID= nodeC021-1751204626-29779
SLURM_JOB_ID= 9587618
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x20split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510370-1751204627/watcher-4510370-1751204627 -o /tmp/evaluation-result-4510370-1751204627/solver-4510370-1751204627 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751204626-29779 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4510370-1751204627.opb

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

MD5SUM BENCH= 5fa6a1707c990041c74d493ed085ddd0
RANDOM SEED=1273840755

nodeC021 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3602.300
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3600.113
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3599.801
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 2116.794
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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.950
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3600.607
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 3600.099
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
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		: 1683.080
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129763476 kB
MemAvailable:   129740388 kB
Buffers:            3280 kB
Cached:           785580 kB
SwapCached:            0 kB
Active:           336320 kB
Inactive:         528244 kB
Active(anon):      93764 kB
Inactive(anon):        0 kB
Active(file):     242556 kB
Inactive(file):   528244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:         78692 kB
Mapped:           102116 kB
Shmem:             18060 kB
KReclaimable:      90300 kB
Slab:             176296 kB
SReclaimable:      90300 kB
SUnreclaim:        85996 kB
KernelStack:        4008 kB
PageTables:         2360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     339988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC021 at 2025-06-29 15:47:34