Trace number 4492982

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-06? (TO) 3600.23 3543.33

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
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 benchmark0.26293
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
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 constraint30
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 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version PB25.v20250606
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.21	c Free memory 		2104792832
0.13/0.21	c Max memory 		16282288128
0.13/0.22	c Total memory 		2113929216
0.13/0.22	c Number of processors 	2
0.46/0.38	c Pseudo Boolean Optimization by upper bound
0.46/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.38	c  - never skip resolution steps
0.46/0.38	c  - Auto-division on coefficients is disabled
0.46/0.38	c  - No postprocessing
0.46/0.38	c  - Conflict is considered as is when resolving
0.46/0.38	c  - Use constraints as they come during conflict analysis
0.46/0.38	c  - Weaken first using unassigned literals
0.46/0.38	c  - Bump strategy: ALWAYS_ONE
0.46/0.38	c  - Bumper: ANY
0.46/0.38	c --- Begin Solver configuration ---
0.46/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.46/0.38	c Learn all clauses as in MiniSAT
0.46/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.38	c No reason simplification
0.46/0.38	c Armin Biere (Picosat) restarts strategy
0.46/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.46/0.38	c timeout=2147483s
0.46/0.38	c DB Simplification allowed=false
0.46/0.38	c Listener: none
0.46/0.38	c --- End Solver configuration ---
0.46/0.38	c solving HOME/instance-4492982-1751148440.opb
0.46/0.38	c reading problem ... 
0.46/0.38	c  no objective function found
1.17/0.73	c ... done. Wall clock time 0.349s.
1.17/0.73	c declared #vars     1050
1.17/0.73	c #constraints  17885
1.17/0.73	c constraints type 
1.17/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17850
1.17/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
1.17/0.73	c 17885 constraints processed.
3.90/2.16	c cleaning 2500 clauses out of 5001
5.31/3.38	c cleaning 4250 clauses out of 8500
7.05/4.82	c cleaning 5622 clauses out of 11252
9.59/7.38	c cleaning 6814 clauses out of 13629
11.42/9.17	c cleaning 7907 clauses out of 15817
13.54/11.21	c cleaning 8949 clauses out of 17908
16.15/13.47	c cleaning 9974 clauses out of 19958
18.77/16.04	c cleaning 10985 clauses out of 21984
21.77/19.01	c cleaning 11991 clauses out of 23999
24.96/22.03	c cleaning 13001 clauses out of 26008
29.05/26.06	c cleaning 13997 clauses out of 28007
32.98/30.00	c cleaning 15003 clauses out of 30010
37.56/34.48	c cleaning 15996 clauses out of 32007
42.62/39.44	c cleaning 17003 clauses out of 34013
49.20/45.97	c cleaning 18001 clauses out of 36008
55.49/51.89	c cleaning 18996 clauses out of 38007
61.40/57.69	c cleaning 20002 clauses out of 40013
68.73/64.79	c cleaning 20992 clauses out of 42009
76.26/72.17	c cleaning 22006 clauses out of 44017
84.85/80.51	c cleaning 22998 clauses out of 46011
95.82/91.42	c cleaning 24003 clauses out of 48014
109.05/104.34	c cleaning 24997 clauses out of 50011
118.13/113.31	c cleaning 26001 clauses out of 52014
129.88/125.08	c cleaning 26998 clauses out of 54013
141.07/136.11	c cleaning 27999 clauses out of 56014
152.34/147.07	c cleaning 28997 clauses out of 58017
165.96/160.41	c cleaning 30006 clauses out of 60020
182.74/177.05	c cleaning 30997 clauses out of 62013
203.31/197.38	c cleaning 32002 clauses out of 64017
221.49/215.26	c cleaning 32999 clauses out of 66014
235.44/228.90	c cleaning 34002 clauses out of 68014
252.32/245.64	c cleaning 35000 clauses out of 70012
267.33/260.47	c cleaning 36000 clauses out of 72013
284.16/276.80	c cleaning 36999 clauses out of 74014
303.51/295.98	c cleaning 37999 clauses out of 76013
323.74/315.74	c cleaning 38998 clauses out of 78015
343.79/335.53	c cleaning 40004 clauses out of 80018
359.85/351.39	c cleaning 41007 clauses out of 82017
377.48/368.58	c cleaning 41998 clauses out of 84005
399.99/390.72	c cleaning 42998 clauses out of 86008
422.08/412.63	c cleaning 43995 clauses out of 88010
450.60/440.88	c cleaning 44999 clauses out of 90014
473.79/463.66	c cleaning 46002 clauses out of 92015
503.38/492.76	c cleaning 46998 clauses out of 94015
532.22/521.15	c cleaning 47997 clauses out of 96015
564.17/552.81	c cleaning 48995 clauses out of 98018
603.05/590.44	c cleaning 50003 clauses out of 100023
626.98/613.82	c cleaning 51007 clauses out of 102023
657.86/644.33	c cleaning 52003 clauses out of 104013
689.24/675.31	c cleaning 52999 clauses out of 106010
733.68/719.27	c cleaning 54000 clauses out of 108011
769.89/755.05	c cleaning 55002 clauses out of 110011
805.44/789.85	c cleaning 56004 clauses out of 112012
847.35/831.24	c cleaning 57001 clauses out of 114005
898.01/881.43	c cleaning 57998 clauses out of 116004
941.79/924.58	c cleaning 58989 clauses out of 118007
987.82/970.01	c cleaning 60007 clauses out of 120020
1034.14/1014.26	c cleaning 61000 clauses out of 122011
1079.00/1058.56	c cleaning 62001 clauses out of 124010
1125.82/1104.99	c cleaning 62996 clauses out of 126009
1170.27/1148.94	c cleaning 63989 clauses out of 128014
1214.54/1192.74	c cleaning 65004 clauses out of 130025
1262.94/1240.62	c cleaning 66002 clauses out of 132021
1307.81/1284.95	c cleaning 67001 clauses out of 134020
1354.87/1331.39	c cleaning 68003 clauses out of 136017
1399.26/1375.02	c cleaning 69001 clauses out of 138015
1453.08/1428.27	c cleaning 69995 clauses out of 140013
1504.09/1478.57	c cleaning 71000 clauses out of 142019
1554.35/1526.99	c cleaning 71999 clauses out of 144019
1617.26/1589.13	c cleaning 73008 clauses out of 146019
1682.37/1653.35	c cleaning 73991 clauses out of 148011
1752.05/1722.26	c cleaning 75000 clauses out of 150020
1820.51/1789.00	c cleaning 76006 clauses out of 152020
1864.99/1832.69	c cleaning 76998 clauses out of 154016
1917.08/1884.55	c cleaning 78003 clauses out of 156018
1975.13/1941.79	c cleaning 78994 clauses out of 158015
2036.32/2002.43	c cleaning 80001 clauses out of 160020
2115.46/2081.02	c cleaning 81003 clauses out of 162021
2181.66/2144.43	c cleaning 81999 clauses out of 164015
2272.68/2234.82	c cleaning 83001 clauses out of 166017
2357.08/2318.49	c cleaning 84003 clauses out of 168017
2451.86/2410.79	c cleaning 84996 clauses out of 170012
2537.96/2496.20	c cleaning 86001 clauses out of 172016
2602.51/2559.76	c cleaning 86996 clauses out of 174018
2684.83/2641.43	c cleaning 88003 clauses out of 176021
2788.54/2742.58	c cleaning 88999 clauses out of 178016
2891.72/2844.90	c cleaning 90000 clauses out of 180017
2988.42/2939.30	c cleaning 90992 clauses out of 182017
3082.60/3032.79	c cleaning 92008 clauses out of 184027
3171.04/3120.49	c cleaning 93001 clauses out of 186018
3238.02/3184.72	c cleaning 94001 clauses out of 188016
3299.18/3245.42	c cleaning 95002 clauses out of 190018
3378.20/3323.87	c cleaning 95994 clauses out of 192014
3455.07/3399.14	c cleaning 96997 clauses out of 194019
3562.40/3506.10	c cleaning 98005 clauses out of 196023
3600.00/3543.22	c starts		: 273
3600.00/3543.23	c conflicts		: 4986322
3600.00/3543.23	c decisions		: 5525015
3600.00/3543.23	c propagations		: 192167563
3600.00/3543.23	c inspects		: 20971881922
3600.00/3543.23	c shortcuts		: 0
3600.00/3543.23	c learnt literals	: 0
3600.00/3543.23	c learnt binary clauses	: 0
3600.00/3543.23	c learnt ternary clauses	: 0
3600.00/3543.23	c learnt constraints	: 4986321
3600.00/3543.23	c ignored constraints	: 0
3600.00/3543.23	c root simplifications	: 0
3600.00/3543.23	c removed literals (reason simplification)	: 0
3600.00/3543.23	c reason swapping (by a shorter reason)	: 0
3600.00/3543.23	c Calls to reduceDB	: 95
3600.00/3543.23	c Number of update (reduction) of LBD	: 0
3600.00/3543.23	c Imported unit clauses	: 0
3600.00/3543.23	c No decision after first conflict	: false
3600.00/3543.23	c number of reductions to clauses (during analyze)	: 0
3600.00/3543.24	c number of learned constraints concerned by reduction	: 0
3600.00/3543.24	c number of learning phase by resolution	: 0
3600.00/3543.24	c number of learning phase by cutting planes	: 0
3600.00/3543.24	c number of rounding to 1 operations	: 0
3600.00/3543.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3543.24	c number of reductions of the coefficients by power 2 	: 0
3600.00/3543.24	c number of right shift for reduction by power 2 	: 0
3600.00/3543.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3543.24	c number of ending skipping 	: 0
3600.00/3543.24	c number of internal skipping 	: 0
3600.00/3543.24	c number of derivation steps 	: 37758892
3600.00/3543.24	c number of skipped derivation steps 	: 0
3600.00/3543.24	c number of remaining unassigned 	: 0
3600.00/3543.24	c number of remaining assigned 	: 0
3600.00/3543.24	c number of falsified literals weakened from reason	: 0
3600.00/3543.24	c number of falsified literals weakened from conflict	: 0
3600.00/3543.24	c time for arithmetic operations	: 0
3600.00/3543.24	c timeout
3600.00/3543.24	c minimum degree of deleted constraints	: null
3600.00/3543.24	c maximum degree of deleted constraints	: null
3600.00/3543.24	c number of deleted constraints	: 0
3600.00/3543.24	c speed (assignments/second)	: 54246.43527776492
3600.00/3543.25	c non guided choices	: 516
3600.00/3543.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 144338
3600.00/3543.30	s UNKNOWN
3600.00/3543.30	c Total wall clock time (in seconds): 3542.923

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: 63837 MiB (59027 MiB free)
  memory of node 1: 64465 MiB (62626 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492982-1751148440/watcher-4492982-1751148440 -o /tmp/evaluation-result-4492982-1751148440/solver-4492982-1751148440 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15023 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492982-1751148440.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=16223, runsolver pid=16220

[startup+0.100072 s]*
/proc/loadavg: 5.15 4.60 4.34 9/327 16241
/proc/meminfo: memFree=124482480/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=18930384 memory=50552 CPUtime=0.13 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 5809 0 0 0 9 4 0 0 20 0 18 0 30523442 19384713216 12638 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4732596 12638 5320 1 0 547026 0
[pid=16223/tid=16225] ppid=16220 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 4688 0 0 0 5 3 0 0 20 0 18 0 30523444 19384713216 12638 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30523449 19384713216 12638 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=18930384 memory=56295059375534 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30523450 19384713216 12638 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50552 KiB

[startup+0.219867 s]*
/proc/loadavg: 5.15 4.60 4.34 6/327 16241
/proc/meminfo: memFree=124401380/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=18930384 memory=57336 CPUtime=0.32 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 6445 0 0 0 27 5 0 0 20 0 18 0 30523442 19384713216 14334 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4732596 14334 5352 1 0 547603 0
[pid=16223/tid=16225] ppid=16220 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 5038 0 0 0 16 3 0 0 20 0 18 0 30523444 19384713216 14334 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=18930384 memory=2622 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30523449 19384713216 14334 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=18930384 memory=55195547730935 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30523450 19384713216 14334 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57336 KiB

[startup+0.316707 s]*
/proc/loadavg: 5.15 4.60 4.34 7/327 16241
/proc/meminfo: memFree=124342020/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=18930384 memory=60360 CPUtime=0.46 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 6684 0 0 0 41 5 0 0 20 0 18 0 30523442 19384713216 15058 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4732596 15058 5352 1 0 547794 0
[pid=16223/tid=16225] ppid=16220 vsize=18930384 memory=-6000919507116779118 CPUtime=0.3 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 5230 0 0 0 26 4 0 0 20 0 18 0 30523444 19384713216 15090 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30523449 19384713216 15090 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30523450 19384713216 15090 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60360 KiB

[startup+0.700381 s]
/proc/loadavg: 5.15 4.60 4.34 7/327 16241
/proc/meminfo: memFree=124194572/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=18930384 memory=93988 CPUtime=1.17 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 8317 0 0 0 110 7 0 0 20 0 18 0 30523442 19384713216 23497 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4732596 23497 5416 1 0 548973 0
[pid=16223/tid=16225] ppid=16220 vsize=18930384 memory=17152 CPUtime=0.66 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 5378 0 0 0 61 5 0 0 20 0 18 0 30523444 19384713216 23497 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=18930384 memory=11008 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30523449 19384713216 23497 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=18930384 memory=3328 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30523450 19384713216 23497 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 93988 KiB

[startup+1.5003 s]
/proc/loadavg: 5.15 4.60 4.34 7/328 16242
/proc/meminfo: memFree=123857504/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=164452 CPUtime=2.72 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 13184 0 0 0 262 10 0 0 20 0 20 0 30523442 19521036288 41113 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 41113 5480 1 0 551028 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=3328 CPUtime=1.33 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 5659 0 0 0 127 6 0 0 20 0 20 0 30523444 19521036288 41113 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 41113 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 41113 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 41113 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164452 KiB

[startup+3.10634 s]
/proc/loadavg: 5.14 4.61 4.34 6/329 16243
/proc/meminfo: memFree=122141552/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=724664 CPUtime=5.11 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 17582 0 0 0 488 23 0 0 20 0 20 0 30523442 19521036288 181166 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 181166 5480 1 0 784018 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=14352 CPUtime=2.83 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 6758 0 0 0 266 17 0 0 20 0 20 0 30523444 19521036288 181166 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 181166 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 181166 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 181166 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 5.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 724664 KiB

[startup+6.30043 s]
/proc/loadavg: 5.14 4.61 4.34 5/329 16243
/proc/meminfo: memFree=120624476/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=1294924 CPUtime=8.56 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 17924 0 0 0 821 35 0 0 20 0 20 0 30523442 19521036288 323731 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 323731 5480 1 0 784021 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=0 CPUtime=5.87 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 7052 0 0 0 560 27 0 0 20 0 20 0 30523444 19521036288 323731 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 323731 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 323731 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=166616 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 323731 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1294924 KiB

[startup+12.7005 s]
/proc/loadavg: 5.12 4.62 4.35 5/329 16243
/proc/meminfo: memFree=119474856/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=1899436 CPUtime=15.45 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 19454 0 0 0 1496 49 0 0 20 0 20 0 30523442 19521036288 474859 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 474859 5480 1 0 784027 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=166616 CPUtime=12.11 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 7864 0 0 0 1172 39 0 0 20 0 20 0 30523444 19521036288 474859 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=1427076 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 474859 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 474859 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 474859 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 15.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899436 KiB

[startup+25.5005 s]
/proc/loadavg: 4.94 4.60 4.34 5/329 16244
/proc/meminfo: memFree=117123028/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=3067296 CPUtime=28.47 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 24740 0 0 0 2771 76 0 0 20 0 20 0 30523442 19521036288 766824 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 766824 5480 1 0 1080653 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=0 CPUtime=24.35 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 9601 0 0 0 2371 64 0 0 20 0 20 0 30523444 19521036288 766824 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=14352 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 766824 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=3067296 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 766824 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=3067296 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 766824 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 28.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3067296 KiB

[startup+51.1133 s]
/proc/loadavg: 4.76 4.58 4.35 5/328 16244
/proc/meminfo: memFree=114384708/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=3109880 CPUtime=54.8 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 31567 0 0 0 5401 79 0 0 20 0 20 0 30523442 19521036288 777470 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 777470 5512 1 0 1080655 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=3089940 CPUtime=49.13 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 11429 0 0 0 4849 64 0 0 20 0 20 0 30523444 19521036288 777470 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=26356 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 777470 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=2308 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 64 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 777470 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=1899436 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.22 4.24 4.28 6/326 16419
/proc/meminfo: memFree=106107616/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3275.79 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 196792 0 0 0 327225 354 0 0 20 0 20 0 30523442 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 1070555 5512 1 0 1083860 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=11008 CPUtime=3158.69 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 101943 0 0 0 315762 107 0 0 20 0 20 0 30523444 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 1692 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 3275.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282220 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.27 4.29 5/326 16421
/proc/meminfo: memFree=106113400/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3336.32 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 199821 0 0 0 333273 359 0 0 20 0 20 0 30523442 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 1070555 5512 1 0 1083860 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3217.69 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 103832 0 0 0 321661 108 0 0 20 0 20 0 30523444 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 1772 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 3336.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282220 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.25 4.28 5/326 16423
/proc/meminfo: memFree=106113412/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3397.91 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 202432 0 0 0 339428 363 0 0 20 0 20 0 30523442 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 1070555 5512 1 0 1083868 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3276.8 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 104999 0 0 0 327571 109 0 0 20 0 20 0 30523444 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 1772 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=4786651966682590876 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 3397.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.22 4.26 5/326 16425
/proc/meminfo: memFree=106112644/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3458.32 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 206523 0 0 0 345465 367 0 0 20 0 20 0 30523442 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 1070555 5512 1 0 1083868 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3335.9 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 107240 0 0 0 333480 110 0 0 20 0 20 0 30523444 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 1854 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 3458.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.27 4.28 6/326 16493
/proc/meminfo: memFree=106534424/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3518.47 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 209210 0 0 0 351475 372 0 0 20 0 20 0 30523442 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 1070555 5512 1 0 1083868 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3395.36 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 108494 0 0 0 339425 111 0 0 20 0 20 0 30523444 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 3518.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.25 4.27 5/326 16494
/proc/meminfo: memFree=106390596/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3578.87 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 210550 0 0 0 357510 377 0 0 20 0 20 0 30523442 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 1070555 5512 1 0 1083868 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3454.52 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 109703 0 0 0 345341 111 0 0 20 0 20 0 30523444 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=4282220 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=19712 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 1937 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=2888 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 3578.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3543.2 s]
/proc/loadavg: 4.36 4.28 4.28 5/327 16563
/proc/meminfo: memFree=118717160/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19063512 memory=4282220 CPUtime=3600 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 213149 0 0 0 359621 379 0 0 20 0 20 0 30523442 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4765878 1070555 5512 1 0 1083868 0
[pid=16223/tid=16225] ppid=16220 vsize=19063512 memory=17152 CPUtime=3474.98 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) R 16220 16223 15006 0 -1 4194368 111251 0 0 0 347386 112 0 0 20 0 20 0 30523444 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19063512 memory=2208 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 2020 0 0 0 0 0 0 0 20 0 20 0 30523450 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16242] ppid=16220 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16223/task/16242/stat : 16242 (Timer-0) S 16220 16223 15006 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30523517 19521036288 1070555 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4282220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.42 s, system=3.81358 s

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

[startup+3543.31 s]
/proc/loadavg: 4.36 4.28 4.28 5/327 16563
/proc/meminfo: memFree=118717160/131382116 swapFree=33010684/33010684
[pid=16223] ppid=16220 vsize=19263204 memory=4283116 CPUtime=3600.2 cores=1,3
/proc/16223/stat : 16223 (java) S 16220 16223 15006 0 -1 4194304 215512 0 0 0 359641 379 0 0 20 0 20 0 30523442 19725520896 1070779 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
/proc/16223/statm: 4815801 1070779 5512 1 0 1084792 0
[pid=16223/tid=16225] ppid=16220 vsize=19263204 memory=4764 CPUtime=3475 cores=1,3
/proc/16223/task/16225/stat : 16225 (java) S 16220 16223 15006 0 -1 4194368 111375 0 0 0 347388 112 0 0 20 0 20 0 30523444 19725520896 1070779 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16234] ppid=16220 vsize=19263204 memory=17208 CPUtime=0 cores=1,3
/proc/16223/task/16234/stat : 16234 (Finalizer) S 16220 16223 15006 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30523449 19725520896 1070779 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
[pid=16223/tid=16241] ppid=16220 vsize=19263204 memory=2208 CPUtime=0 cores=1,3
/proc/16223/task/16241/stat : 16241 (Common-Cleaner) S 16220 16223 15006 0 -1 4194368 2020 0 0 0 0 0 0 0 20 0 20 0 30523450 19725520896 1070779 18446744073709551615 94172168380416 94172168384112 140726602852272 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94172168391928 94172168392720 94172197085184 140726602856830 140726602856934 140726602856934 140726602862536 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4283116 KiB

Child status: 143

Real time (s): 3543.33
CPU time (s): 3600.23
CPU user time (s): 3596.42
CPU system time (s): 3.81358
CPU usage (%): 101.606
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4283116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.42
system time used= 3.81358
maximum resident set size= 4283244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215542
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123779
involuntary context switches= 24245


# summary of solver processes directly reported to runsolver:
#   pid: 16223
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.42
#   total CPU system time (s): 3.81358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0399 second user time and 38.588 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 00:07:20
IDJOB=4492982
IDBENCH=147834
IDSOLVER=3361
FILE ID=nodeC010/4492982-1751148440
RUNJOBID= nodeC010-1751144867-15023
SLURM_JOB_ID= 9587444
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492982-1751148440/watcher-4492982-1751148440 -o /tmp/evaluation-result-4492982-1751148440/solver-4492982-1751148440 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751144867-15023 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492982-1751148440.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=376826315

nodeC010 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	: 0xb00001f
cpu MHz		: 1496.285
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.643
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.683
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.145
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3661.494
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.324
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.380
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        124619320 kB
MemAvailable:   124278276 kB
Buffers:            3280 kB
Cached:           470956 kB
SwapCached:            0 kB
Active:          6051804 kB
Inactive:         179624 kB
Active(anon):    5775152 kB
Inactive(anon):        0 kB
Active(file):     276652 kB
Inactive(file):   179624 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8256 kB
Writeback:             8 kB
AnonPages:       5760348 kB
Mapped:           122564 kB
Shmem:             17960 kB
KReclaimable:      84616 kB
Slab:             163492 kB
SReclaimable:      84616 kB
SUnreclaim:        78876 kB
KernelStack:        4976 kB
PageTables:        14696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13319852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5558272 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC010 at 2025-06-29 01:06:24