Trace number 4493162

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.36 3523.8

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.15765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.29/0.23	c Free memory 		2104792832
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2113929216
0.29/0.24	c Number of processors 	2
0.44/0.40	c Pseudo Boolean Optimization by upper bound
0.44/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.40	c  - never skip resolution steps
0.44/0.40	c  - Auto-division on coefficients is disabled
0.44/0.40	c  - No postprocessing
0.44/0.40	c  - Conflict is considered as is when resolving
0.44/0.40	c  - Use constraints as they come during conflict analysis
0.44/0.40	c  - Weaken first using unassigned literals
0.44/0.40	c  - Bump strategy: ALWAYS_ONE
0.44/0.40	c  - Bumper: ANY
0.44/0.40	c --- Begin Solver configuration ---
0.44/0.40	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.44/0.40	c Learn all clauses as in MiniSAT
0.44/0.40	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.40	c No reason simplification
0.44/0.40	c Armin Biere (Picosat) restarts strategy
0.44/0.40	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.40	c timeout=2147483s
0.44/0.40	c DB Simplification allowed=false
0.44/0.40	c Listener: none
0.44/0.40	c --- End Solver configuration ---
0.44/0.40	c solving HOME/instance-4493162-1751149195.opb
0.44/0.40	c reading problem ... 
0.44/0.41	c  no objective function found
2.83/1.61	c ... done. Wall clock time 1.2s.
2.83/1.61	c declared #vars     6800
2.83/1.61	c #constraints  285685
2.83/1.61	c constraints type 
2.83/1.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 285600
2.83/1.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 85
2.83/1.61	c 285685 constraints processed.
6.89/4.34	c cleaning 2499 clauses out of 5001
10.22/7.33	c cleaning 4249 clauses out of 8501
15.64/12.33	c cleaning 5626 clauses out of 11252
20.98/17.58	c cleaning 6813 clauses out of 13626
28.16/24.16	c cleaning 7900 clauses out of 15813
34.52/29.99	c cleaning 8956 clauses out of 17914
42.23/37.16	c cleaning 9978 clauses out of 19957
52.86/47.30	c cleaning 10988 clauses out of 21980
61.71/55.90	c cleaning 11992 clauses out of 23991
70.46/64.36	c cleaning 12998 clauses out of 26000
80.53/73.91	c cleaning 13998 clauses out of 28002
92.15/85.29	c cleaning 14998 clauses out of 30005
108.80/101.22	c cleaning 16001 clauses out of 32005
122.80/114.77	c cleaning 16997 clauses out of 34004
137.22/128.72	c cleaning 18002 clauses out of 36010
154.40/145.17	c cleaning 18998 clauses out of 38006
171.36/161.70	c cleaning 20000 clauses out of 40007
189.70/179.61	c cleaning 21002 clauses out of 42007
210.27/199.93	c cleaning 21995 clauses out of 44008
229.75/218.57	c cleaning 22999 clauses out of 46010
250.25/238.45	c cleaning 23999 clauses out of 48011
271.88/259.69	c cleaning 25001 clauses out of 50012
295.44/282.64	c cleaning 26000 clauses out of 52011
323.67/310.14	c cleaning 27002 clauses out of 54012
346.88/332.76	c cleaning 28004 clauses out of 56009
375.63/361.06	c cleaning 28996 clauses out of 58005
407.33/391.75	c cleaning 30002 clauses out of 60010
446.76/430.69	c cleaning 30993 clauses out of 62007
480.94/462.88	c cleaning 32003 clauses out of 64014
521.82/502.98	c cleaning 33000 clauses out of 66011
553.50/533.99	c cleaning 34002 clauses out of 68011
585.58/565.17	c cleaning 35001 clauses out of 70011
622.61/601.58	c cleaning 35998 clauses out of 72009
655.65/634.13	c cleaning 37004 clauses out of 74011
703.93/681.61	c cleaning 37999 clauses out of 76006
747.26/724.37	c cleaning 39003 clauses out of 78007
804.76/780.83	c cleaning 40001 clauses out of 80004
854.16/829.49	c cleaning 40987 clauses out of 82003
899.19/873.68	c cleaning 42002 clauses out of 84016
944.21/918.06	c cleaning 43003 clauses out of 86015
1000.97/974.10	c cleaning 43999 clauses out of 88011
1060.27/1032.17	c cleaning 45001 clauses out of 90013
1122.89/1092.24	c cleaning 46001 clauses out of 92012
1195.28/1163.40	c cleaning 46988 clauses out of 94010
1254.88/1222.06	c cleaning 48007 clauses out of 96022
1326.33/1292.43	c cleaning 48997 clauses out of 98015
1397.56/1362.85	c cleaning 50007 clauses out of 100020
1459.16/1423.27	c cleaning 51004 clauses out of 102012
1535.31/1498.24	c cleaning 52002 clauses out of 104008
1601.95/1563.77	c cleaning 52998 clauses out of 106005
1672.39/1633.20	c cleaning 53998 clauses out of 108007
1768.12/1725.06	c cleaning 54994 clauses out of 110009
1832.77/1788.46	c cleaning 55996 clauses out of 112016
1918.33/1872.77	c cleaning 57006 clauses out of 114019
2009.61/1962.73	c cleaning 58001 clauses out of 116017
2106.22/2057.97	c cleaning 58999 clauses out of 118014
2209.19/2157.16	c cleaning 59997 clauses out of 120014
2308.10/2254.19	c cleaning 61006 clauses out of 122016
2403.62/2348.24	c cleaning 61996 clauses out of 124010
2478.12/2421.68	c cleaning 63002 clauses out of 126018
2568.04/2510.54	c cleaning 64002 clauses out of 128012
2669.29/2610.35	c cleaning 65003 clauses out of 130010
2787.26/2724.30	c cleaning 65994 clauses out of 132008
2896.29/2831.55	c cleaning 66995 clauses out of 134013
3014.03/2948.03	c cleaning 68002 clauses out of 136020
3099.89/3032.67	c cleaning 69003 clauses out of 138019
3219.90/3151.14	c cleaning 69995 clauses out of 140013
3359.75/3286.69	c cleaning 71008 clauses out of 142021
3479.23/3404.31	c cleaning 71997 clauses out of 144010
3600.09/3523.65	c starts		: 231
3600.09/3523.66	c timeout
3600.09/3523.66	c conflicts		: 2760020
3600.09/3523.66	c decisions		: 3075527
3600.09/3523.66	c propagations		: 253007704
3600.09/3523.66	c inspects		: 10044120425
3600.09/3523.66	c shortcuts		: 0
3600.09/3523.66	c learnt literals	: 0
3600.09/3523.66	c learnt binary clauses	: 0
3600.09/3523.66	c learnt ternary clauses	: 0
3600.09/3523.66	c learnt constraints	: 2760019
3600.09/3523.66	c ignored constraints	: 0
3600.09/3523.66	c root simplifications	: 0
3600.09/3523.66	c removed literals (reason simplification)	: 0
3600.09/3523.66	c reason swapping (by a shorter reason)	: 0
3600.09/3523.66	c Calls to reduceDB	: 69
3600.09/3523.66	c Number of update (reduction) of LBD	: 0
3600.09/3523.66	c Imported unit clauses	: 0
3600.09/3523.66	c No decision after first conflict	: false
3600.09/3523.66	c number of reductions to clauses (during analyze)	: 0
3600.09/3523.66	c number of learned constraints concerned by reduction	: 0
3600.09/3523.66	c number of learning phase by resolution	: 0
3600.09/3523.66	c number of learning phase by cutting planes	: 0
3600.09/3523.66	c number of rounding to 1 operations	: 0
3600.09/3523.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3523.66	c number of reductions of the coefficients by power 2 	: 0
3600.09/3523.66	c number of right shift for reduction by power 2 	: 0
3600.09/3523.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3523.66	c number of ending skipping 	: 0
3600.09/3523.66	c number of internal skipping 	: 0
3600.09/3523.66	c number of derivation steps 	: 20490253
3600.09/3523.66	c number of skipped derivation steps 	: 0
3600.09/3523.66	c number of remaining unassigned 	: 0
3600.09/3523.66	c number of remaining assigned 	: 0
3600.09/3523.67	c number of falsified literals weakened from reason	: 0
3600.09/3523.67	c number of falsified literals weakened from conflict	: 0
3600.09/3523.67	c time for arithmetic operations	: 0
3600.09/3523.67	c minimum degree of deleted constraints	: null
3600.09/3523.67	c maximum degree of deleted constraints	: null
3600.09/3523.67	c number of deleted constraints	: 0
3600.09/3523.67	c speed (assignments/second)	: 71835.10795664585
3600.09/3523.67	c non guided choices	: 3206
3600.25/3523.74	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 141032
3600.25/3523.74	s UNKNOWN
3600.25/3523.74	c Total wall clock time (in seconds): 3523.338

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: 63794 MiB (48396 MiB free)
  memory of node 1: 64507 MiB (56700 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493162-1751149195/watcher-4493162-1751149195 -o /tmp/evaluation-result-4493162-1751149195/solver-4493162-1751149195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16104 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4493162-1751149195.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=16757, runsolver pid=16754
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.34 4.34 4.26 7/330 16775
/proc/meminfo: memFree=107585960/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=18930384 memory=48348 CPUtime=0.12 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 5802 0 0 0 9 3 0 0 20 0 18 0 30599221 19384713216 12087 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4732596 12087 5305 1 0 547010 0
[pid=16757/tid=16759] ppid=16754 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 4679 0 0 0 6 2 0 0 20 0 18 0 30599223 19384713216 12087 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30599227 19384713216 12087 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=18930384 memory=59593594265959 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30599228 19384713216 12087 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48348 KiB

[startup+0.213623 s]*
/proc/loadavg: 4.34 4.34 4.26 6/330 16775
/proc/meminfo: memFree=107582936/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=18930384 memory=53040 CPUtime=0.29 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 6459 0 0 0 25 4 0 0 20 0 18 0 30599221 19384713216 13260 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4732596 13260 5305 1 0 547534 0
[pid=16757/tid=16759] ppid=16754 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 4982 0 0 0 15 2 0 0 20 0 18 0 30599223 19384713216 13260 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=18930384 memory=1641 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30599227 19384713216 13260 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30599228 19384713216 13260 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53040 KiB

[startup+0.314575 s]*
/proc/loadavg: 4.34 4.34 4.26 6/330 16775
/proc/meminfo: memFree=107578840/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=18930384 memory=58376 CPUtime=0.44 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 6744 0 0 0 40 4 0 0 20 0 18 0 30599221 19384713216 14594 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4732596 14594 5337 1 0 547750 0
[pid=16757/tid=16759] ppid=16754 vsize=18930384 memory=-6000919489886250606 CPUtime=0.26 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 5164 0 0 0 23 3 0 0 20 0 18 0 30599223 19384713216 14594 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30599227 19384713216 14594 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30599228 19384713216 14594 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58376 KiB

[startup+0.700286 s]
/proc/loadavg: 4.34 4.34 4.26 6/330 16775
/proc/meminfo: memFree=107572980/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=18930384 memory=97312 CPUtime=1.14 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 8622 0 0 0 107 7 0 0 20 0 18 0 30599221 19384713216 24328 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4732596 24328 5433 1 0 548980 0
[pid=16757/tid=16759] ppid=16754 vsize=18930384 memory=17152 CPUtime=0.59 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 5375 0 0 0 55 4 0 0 20 0 18 0 30599223 19384713216 24328 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=18930384 memory=11136 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30599227 19384713216 24328 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=18930384 memory=3328 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30599228 19384713216 24328 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97312 KiB

[startup+1.50027 s]
/proc/loadavg: 4.34 4.34 4.26 6/331 16776
/proc/meminfo: memFree=107475560/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=18996948 memory=184788 CPUtime=2.68 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 17220 0 0 0 257 11 0 0 20 0 19 0 30599221 19452874752 46197 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4749237 46197 5433 1 0 552524 0
[pid=16757/tid=16759] ppid=16754 vsize=18996948 memory=3328 CPUtime=1.29 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 5538 0 0 0 123 6 0 0 20 0 19 0 30599223 19452874752 46197 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30599227 19452874752 46197 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30599228 19452874752 46197 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 184788 KiB

[startup+3.1055 s]
/proc/loadavg: 4.34 4.34 4.26 5/332 16777
/proc/meminfo: memFree=107047816/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=688296 CPUtime=5.55 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 22012 0 2 0 533 22 0 0 20 0 20 0 30599221 19521036288 172074 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 172074 5465 1 0 1468093 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=11136 CPUtime=2.73 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 7036 0 1 0 258 15 0 0 20 0 20 0 30599223 19521036288 172074 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 172074 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 30 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 172074 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 172074 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 5.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 688296 KiB

[startup+6.30047 s]
/proc/loadavg: 4.47 4.37 4.27 5/332 16777
/proc/meminfo: memFree=105982480/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=1643284 CPUtime=9.1 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 22839 0 2 0 869 41 0 0 20 0 20 0 30599221 19521036288 410821 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 410821 5465 1 0 1468145 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=0 CPUtime=5.72 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 7698 0 1 0 543 29 0 0 20 0 20 0 30599223 19521036288 410821 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=-6000919489886250606 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 410821 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 410821 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 410821 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 9.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1643284 KiB

[startup+12.7004 s]
/proc/loadavg: 4.51 4.38 4.27 5/332 16777
/proc/meminfo: memFree=104873624/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=2746700 CPUtime=16.14 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 23845 0 2 0 1550 64 0 0 20 0 20 0 30599221 19521036288 686675 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 686675 5465 1 0 1593546 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=2746572 CPUtime=11.6 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 8167 0 1 0 1113 47 0 0 20 0 20 0 30599223 19521036288 686675 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=2625592 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 686675 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 686675 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 686675 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2746700 KiB

[startup+25.5005 s]
/proc/loadavg: 4.40 4.36 4.27 5/332 16778
/proc/meminfo: memFree=103833328/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=3791612 CPUtime=29.67 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 26019 0 2 0 2880 87 0 0 20 0 20 0 30599221 19521036288 947903 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 947903 5497 1 0 1804527 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=17152 CPUtime=23.82 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 9552 0 1 0 2316 66 0 0 20 0 20 0 30599223 19521036288 947903 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=3791612 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 947903 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=-6000919489886250606 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 947903 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=3738112 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 947903 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 29.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3791612 KiB

[startup+51.1136 s]
/proc/loadavg: 4.46 4.38 4.28 5/332 16778
/proc/meminfo: memFree=102278280/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=5341740 CPUtime=56.81 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 36298 0 2 0 5558 123 0 0 20 0 20 0 30599221 19521036288 1335435 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 1335435 5497 1 0 1896449 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=5218852 CPUtime=48.14 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 13303 0 1 0 4728 86 0 0 20 0 20 0 30599223 19521036288 1335435 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 1335435 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=2746700 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 1335435 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=4013388 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 1335435 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0

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

[startup+3222.3 s]
/proc/loadavg: 4.35 4.38 4.33 6/329 17277
/proc/meminfo: memFree=92439456/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3295 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 533441 0 2 0 328888 612 0 0 20 0 20 0 30599221 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 3840546 5529 1 0 3857088 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=17152 CPUtime=3145.57 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 319867 0 1 0 314245 312 0 0 20 0 20 0 30599223 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 3093 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=2704 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 3295 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15362184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.64 4.43 4.35 7/329 17279
/proc/meminfo: memFree=92439452/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3355.46 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 540835 0 2 0 334929 617 0 0 20 0 20 0 30599221 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 3840546 5529 1 0 3857088 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3204.81 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 325090 0 1 0 320167 314 0 0 20 0 20 0 30599223 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=2728 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 3224 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 3355.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15362184 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.40 4.34 5/329 17281
/proc/meminfo: memFree=92215476/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3416.75 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 549851 0 2 0 341051 624 0 0 20 0 20 0 30599221 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 3840546 5529 1 0 3857088 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=4380 CPUtime=3262.8 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 332289 0 1 0 325964 316 0 0 20 0 20 0 30599223 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 3225 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 3416.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15362184 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.35 4.33 5/329 17283
/proc/meminfo: memFree=92214516/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3477.23 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 557044 0 2 0 347094 629 0 0 20 0 20 0 30599221 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 3840546 5529 1 0 3857088 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3321.92 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 337702 0 1 0 331875 317 0 0 20 0 20 0 30599223 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 3361 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 3477.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15362184 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.38 4.34 5/329 17287
/proc/meminfo: memFree=91947644/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3538.18 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 565256 0 2 0 353185 633 0 0 20 0 20 0 30599221 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 3840546 5529 1 0 3857088 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3380.52 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 344144 0 1 0 337733 319 0 0 20 0 20 0 30599223 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 3361 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 3538.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15362184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.53 4.41 4.35 5/328 17361
/proc/meminfo: memFree=98620764/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3598.8 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 574236 0 2 0 359240 640 0 0 20 0 20 0 30599221 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 3840546 5529 1 0 3857088 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3439.59 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 351214 0 1 0 343637 322 0 0 20 0 20 0 30599223 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 3459 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 3598.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15362184 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3523.6 s]
/proc/loadavg: 4.53 4.41 4.35 6/328 17361
/proc/meminfo: memFree=98620764/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3600.09 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 574366 0 2 0 359369 640 0 0 20 0 20 0 30599221 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4765878 3840546 5529 1 0 3857088 0
[pid=16757/tid=16759] ppid=16754 vsize=19063512 memory=15362184 CPUtime=3440.89 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) R 16754 16757 16092 0 -1 4194368 351344 0 1 0 343767 322 0 0 20 0 20 0 30599223 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19063512 memory=-6000919489886250606 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30599227 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 3459 0 0 0 0 0 0 0 20 0 20 0 30599228 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16777] ppid=16754 vsize=19063512 memory=4752 CPUtime=0 cores=1,3
/proc/16757/task/16777/stat : 16777 (Timer-0) S 16754 16757 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30599382 19521036288 3840546 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15362184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.9 s, system=6.45386 s

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

[startup+3523.7 s]
/proc/loadavg: 4.53 4.41 4.35 6/328 17361
/proc/meminfo: memFree=98620764/131382116 swapFree=33010684/33010684
[pid=16757] ppid=16754 vsize=19263204 memory=15362952 CPUtime=3600.25 cores=1,3
/proc/16757/stat : 16757 (java) S 16754 16757 16092 0 -1 4194304 576754 0 2 0 359384 641 0 0 20 0 21 0 30599221 19725520896 3840738 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
/proc/16757/statm: 4815801 3840738 5529 1 0 3857994 0
[pid=16757/tid=16759] ppid=16754 vsize=19263204 memory=15362184 CPUtime=3440.94 cores=1,3
/proc/16757/task/16759/stat : 16759 (java) S 16754 16757 16092 0 -1 4194368 351453 0 1 0 343772 322 0 0 20 0 21 0 30599223 19725520896 3840738 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16768] ppid=16754 vsize=19263204 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16768/stat : 16768 (Finalizer) S 16754 16757 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30599227 19725520896 3840738 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
[pid=16757/tid=16775] ppid=16754 vsize=19263204 memory=15362184 CPUtime=0 cores=1,3
/proc/16757/task/16775/stat : 16775 (Common-Cleaner) S 16754 16757 16092 0 -1 4194368 3459 0 0 0 0 0 0 0 20 0 21 0 30599228 19725520896 3840738 18446744073709551615 94241824223232 94241824226928 140732151719744 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94241824234744 94241824235536 94241831821312 140732151728510 140732151728614 140732151728614 140732151734216 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 15362952 KiB

Child status: 143

Real time (s): 3523.8
CPU time (s): 3600.36
CPU user time (s): 3593.9
CPU system time (s): 6.45386
CPU usage (%): 102.173
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 15362952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.9
system time used= 6.45385
maximum resident set size= 15363208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 577044
page faults= 2
swaps= 0
block input operations= 992
block output operations= 4808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122421
involuntary context switches= 8264


# summary of solver processes directly reported to runsolver:
#   pid: 16757
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3593.9
#   total CPU system time (s): 6.45386

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9803 second user time and 36.8912 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 00:19:55
IDJOB=4493162
IDBENCH=147848
IDSOLVER=3361
FILE ID=nodeC011/4493162-1751149195
RUNJOBID= nodeC011-1751145766-16104
SLURM_JOB_ID= 9587450
Free space on /tmp= 433040 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493162-1751149195/watcher-4493162-1751149195 -o /tmp/evaluation-result-4493162-1751149195/solver-4493162-1751149195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16104 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4493162-1751149195.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=1764204225

nodeC011 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		: 3492.101
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.289
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	: 6984.20
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		: 1197.505
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.133
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	: 6984.20
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		: 3492.104
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.115
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	: 6984.20
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		: 3700.000
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.406
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        107619920 kB
MemAvailable:   107240056 kB
Buffers:            3280 kB
Cached:           406216 kB
SwapCached:            0 kB
Active:         23086204 kB
Inactive:         159028 kB
Active(anon):   22853700 kB
Inactive(anon):        0 kB
Active(file):     232504 kB
Inactive(file):   159028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:      22839136 kB
Mapped:           121668 kB
Shmem:             17960 kB
KReclaimable:      84224 kB
Slab:             163584 kB
SReclaimable:      84224 kB
SUnreclaim:        79360 kB
KernelStack:        5056 kB
PageTables:        48432 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   24203428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22575104 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC011 at 2025-06-29 01:18:39