Trace number 4489512

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.37 3403.52

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM50cf9112b5ea763531dadde21846562c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark211
Best CPU time to get the best result obtained on this benchmark3586.65
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.18	c See www.sat4j.org for details.
0.08/0.19	c version PB25.v20250606
0.08/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.08/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.08/0.22	c java.vm.version	22.0.1+8-16
0.08/0.22	c java.vm.vendor	Oracle Corporation
0.08/0.22	c sun.arch.data.model	64
0.08/0.22	c java.version		22.0.1
0.08/0.22	c os.name		Linux
0.08/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.08/0.22	c os.arch		amd64
0.08/0.22	c Free memory 		2104792832
0.08/0.22	c Max memory 		16282288128
0.08/0.22	c Total memory 		2113929216
0.26/0.23	c Number of processors 	2
0.43/0.37	c Pseudo Boolean Optimization by upper bound
0.43/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.37	c  - never skip resolution steps
0.43/0.37	c  - Auto-division on coefficients is disabled
0.43/0.37	c  - No postprocessing
0.43/0.37	c  - Conflict is considered as is when resolving
0.43/0.37	c  - Use constraints as they come during conflict analysis
0.43/0.37	c  - Weaken first using unassigned literals
0.43/0.37	c  - Bump strategy: ALWAYS_ONE
0.43/0.37	c  - Bumper: ANY
0.43/0.37	c --- Begin Solver configuration ---
0.43/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.43/0.37	c Learn all clauses as in MiniSAT
0.43/0.37	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.37	c No reason simplification
0.43/0.37	c Armin Biere (Picosat) restarts strategy
0.43/0.37	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.43/0.37	c timeout=2147483s
0.43/0.37	c DB Simplification allowed=false
0.43/0.37	c Listener: none
0.43/0.37	c --- End Solver configuration ---
0.43/0.37	c solving HOME/instance-4489512-1751342920.opb
0.43/0.37	c reading problem ... 
0.43/0.37	c  objective function found
4.07/2.70	c ... done. Wall clock time 2.319s.
4.07/2.70	c declared #vars     10000
4.07/2.70	c #constraints  656900
4.07/2.70	c constraints type 
4.07/2.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
4.07/2.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
4.07/2.71	c 656900 constraints processed.
4.07/2.73	c objective function length is 10000 literals
15.16/11.53	c cleaning 2494 clauses out of 5000
24.83/20.69	c cleaning 4250 clauses out of 8506
38.09/33.22	c cleaning 5614 clauses out of 11257
49.89/44.25	c cleaning 6815 clauses out of 13643
63.82/57.77	c cleaning 7915 clauses out of 15832
79.90/73.11	c cleaning 8952 clauses out of 17915
97.17/89.77	c cleaning 9965 clauses out of 19961
119.63/111.54	c cleaning 10990 clauses out of 21995
148.10/139.11	c cleaning 11994 clauses out of 24007
168.33/158.68	c cleaning 12999 clauses out of 26012
198.10/187.47	c cleaning 13991 clauses out of 28015
226.20/214.55	c cleaning 14997 clauses out of 30021
261.05/248.55	c cleaning 16006 clauses out of 32024
305.45/291.47	c cleaning 16998 clauses out of 34018
337.02/322.20	c cleaning 18001 clauses out of 36020
374.49/358.54	c cleaning 19000 clauses out of 38021
421.78/399.71	c cleaning 20003 clauses out of 40020
474.75/450.41	c cleaning 21007 clauses out of 42017
521.05/495.43	c cleaning 22001 clauses out of 44009
575.73/548.92	c cleaning 22996 clauses out of 46008
627.46/599.28	c cleaning 23997 clauses out of 48013
694.33/664.62	c cleaning 24978 clauses out of 50015
770.94/733.26	c cleaning 25997 clauses out of 52037
838.39/799.15	c cleaning 27010 clauses out of 54040
906.31/865.47	c cleaning 28003 clauses out of 56032
974.71/932.20	c cleaning 29001 clauses out of 58028
1032.87/988.92	c cleaning 30005 clauses out of 60028
1121.78/1069.37	c cleaning 30998 clauses out of 62024
1200.15/1146.02	c cleaning 31991 clauses out of 64028
1284.12/1228.58	c cleaning 33006 clauses out of 66034
1355.23/1297.80	c cleaning 33989 clauses out of 68028
1446.26/1386.52	c cleaning 34991 clauses out of 70038
1564.19/1492.79	c cleaning 36011 clauses out of 72046
1672.84/1598.70	c cleaning 37000 clauses out of 74036
1758.45/1682.38	c cleaning 38011 clauses out of 76040
1857.57/1779.00	c cleaning 39006 clauses out of 78026
1998.76/1905.78	c cleaning 39993 clauses out of 80020
2118.99/2022.77	c cleaning 41012 clauses out of 82026
2204.30/2105.99	c cleaning 41997 clauses out of 84013
2333.90/2222.14	c cleaning 43001 clauses out of 86019
2466.62/2351.99	c cleaning 43977 clauses out of 88015
2637.13/2507.10	c cleaning 45002 clauses out of 90038
2763.56/2630.57	c cleaning 45999 clauses out of 92037
2913.95/2765.90	c cleaning 46993 clauses out of 94037
3077.53/2914.15	c cleaning 47994 clauses out of 96044
3263.09/3084.06	c cleaning 49009 clauses out of 98050
3464.23/3269.97	c cleaning 49990 clauses out of 100041
3599.12/3402.42	c cleaning 51017 clauses out of 102052
3600.06/3403.35	c starts		: 204
3600.06/3403.36	c conflicts		: 1368812
3600.06/3403.36	c decisions		: 1759863
3600.06/3403.36	c propagations		: 261981289
3600.06/3403.36	c inspects		: 5447822068
3600.06/3403.36	c shortcuts		: 0
3600.06/3403.36	c learnt literals	: 0
3600.06/3403.36	c learnt binary clauses	: 0
3600.06/3403.36	c learnt ternary clauses	: 0
3600.06/3403.36	c learnt constraints	: 1368812
3600.06/3403.36	c ignored constraints	: 0
3600.06/3403.36	c root simplifications	: 0
3600.06/3403.36	c removed literals (reason simplification)	: 0
3600.06/3403.36	c reason swapping (by a shorter reason)	: 0
3600.06/3403.36	c Calls to reduceDB	: 48
3600.06/3403.36	c Number of update (reduction) of LBD	: 0
3600.06/3403.36	c Imported unit clauses	: 0
3600.06/3403.36	c No decision after first conflict	: false
3600.06/3403.37	c number of reductions to clauses (during analyze)	: 0
3600.06/3403.37	c number of learned constraints concerned by reduction	: 0
3600.06/3403.37	c number of learning phase by resolution	: 0
3600.06/3403.37	c number of learning phase by cutting planes	: 0
3600.06/3403.37	c number of rounding to 1 operations	: 0
3600.06/3403.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3403.37	c number of reductions of the coefficients by power 2 	: 0
3600.06/3403.37	c number of right shift for reduction by power 2 	: 0
3600.06/3403.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3403.37	c number of ending skipping 	: 0
3600.06/3403.37	c number of internal skipping 	: 0
3600.06/3403.37	c number of derivation steps 	: 22568346
3600.06/3403.37	c number of skipped derivation steps 	: 0
3600.06/3403.37	c number of remaining unassigned 	: 0
3600.06/3403.37	c number of remaining assigned 	: 0
3600.06/3403.37	c number of falsified literals weakened from reason	: 0
3600.06/3403.37	c number of falsified literals weakened from conflict	: 0
3600.06/3403.37	c time for arithmetic operations	: 0
3600.06/3403.37	c minimum degree of deleted constraints	: null
3600.06/3403.37	c maximum degree of deleted constraints	: null
3600.06/3403.37	c number of deleted constraints	: 0
3600.06/3403.38	c speed (assignments/second)	: 77039.18133848376
3600.06/3403.38	c non guided choices	: 0
3600.06/3403.38	c timeout
3600.25/3403.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51846
3600.25/3403.47	s UNKNOWN
3600.25/3403.47	c Total wall clock time (in seconds): 3403.098

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489512-1751342920/watcher-4489512-1751342920 -o /tmp/evaluation-result-4489512-1751342920/solver-4489512-1751342920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751336095-58590 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489512-1751342920.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=59577, runsolver pid=59574

[startup+0.100984 s]*
/proc/loadavg: 4.25 4.56 4.67 7/325 59595
/proc/meminfo: memFree=115105284/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=18930384 memory=50316 CPUtime=0.08 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 5573 0 0 0 5 3 0 0 20 0 18 0 49971239 19384713216 12579 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4732596 12579 4943 1 0 546822 0
[pid=59577/tid=59579] ppid=59574 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) D 59574 59577 58577 0 -1 4194368 4568 0 0 0 3 2 0 0 20 0 18 0 49971242 19384713216 12579 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49971247 19384713216 12579 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49971248 19384713216 12579 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50316 KiB

[startup+0.215223 s]*
/proc/loadavg: 4.25 4.56 4.67 6/325 59595
/proc/meminfo: memFree=115078188/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=18930384 memory=56224 CPUtime=0.26 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 6185 0 0 0 22 4 0 0 20 0 18 0 49971239 19384713216 14056 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4732596 14056 5359 1 0 547335 0
[pid=59577/tid=59579] ppid=59574 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 4991 0 0 0 14 3 0 0 20 0 18 0 49971242 19384713216 14056 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49971247 19384713216 14056 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49971248 19384713216 14056 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56224 KiB

[startup+0.31373 s]*
/proc/loadavg: 4.25 4.56 4.67 7/325 59595
/proc/meminfo: memFree=115041892/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=18930384 memory=62368 CPUtime=0.43 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 6701 0 0 0 38 5 0 0 20 0 18 0 49971239 19384713216 15592 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4732596 15592 5359 1 0 547819 0
[pid=59577/tid=59579] ppid=59574 vsize=18930384 memory=-6000919489852826474 CPUtime=0.26 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 5244 0 0 0 23 3 0 0 20 0 18 0 49971242 19384713216 15592 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49971247 19384713216 15592 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49971248 19384713216 15592 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62368 KiB

[startup+0.700366 s]
/proc/loadavg: 4.25 4.56 4.67 7/325 59595
/proc/meminfo: memFree=114974340/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=18930384 memory=101324 CPUtime=1.14 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 8082 0 0 0 108 6 0 0 20 0 18 0 49971239 19384713216 25331 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4732596 25331 5455 1 0 548755 0
[pid=59577/tid=59579] ppid=59574 vsize=18930384 memory=17664 CPUtime=0.63 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 5387 0 0 0 59 4 0 0 20 0 18 0 49971242 19384713216 25331 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49971247 19384713216 25331 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=18930384 memory=3328 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49971248 19384713216 25331 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101324 KiB

[startup+1.50027 s]
/proc/loadavg: 4.25 4.56 4.67 6/326 59596
/proc/meminfo: memFree=114753220/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=18996948 memory=184548 CPUtime=2.7 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 14874 0 0 0 261 9 0 0 20 0 19 0 49971239 19452874752 46137 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4749237 46137 5487 1 0 551614 0
[pid=59577/tid=59579] ppid=59574 vsize=18996948 memory=3328 CPUtime=1.31 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 5600 0 0 0 125 6 0 0 20 0 19 0 49971242 19452874752 46137 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49971247 19452874752 46137 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49971248 19452874752 46137 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 184548 KiB

[startup+3.10969 s]
/proc/loadavg: 4.23 4.55 4.66 6/327 59597
/proc/meminfo: memFree=113901936/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=426324 CPUtime=4.87 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 18573 0 0 0 471 16 0 0 20 0 20 0 49971239 19521036288 106581 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 106581 5519 1 0 1099324 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=11264 CPUtime=2.72 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 7977 0 0 0 261 11 0 0 20 0 20 0 49971242 19521036288 106581 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 106581 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 106581 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 106581 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 4.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 426324 KiB

[startup+6.30022 s]
/proc/loadavg: 4.23 4.55 4.66 6/327 59598
/proc/meminfo: memFree=113394104/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=536712 CPUtime=9.64 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 19576 0 0 0 945 19 0 0 20 0 20 0 49971239 19521036288 134178 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 134178 5519 1 0 1099579 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=0 CPUtime=5.78 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 8067 0 0 0 565 13 0 0 20 0 20 0 49971242 19521036288 134178 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=426196 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 134178 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 134178 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=-6000919489852826474 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 134178 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 9.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 536712 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.56 4.66 5/327 59598
/proc/meminfo: memFree=112591104/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=1421816 CPUtime=16.56 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 20697 0 0 0 1617 39 0 0 20 0 20 0 49971239 19521036288 355454 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 355454 5519 1 0 1747188 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=1333604 CPUtime=11.58 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 8420 0 0 0 1133 25 0 0 20 0 20 0 49971242 19521036288 355454 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 355454 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 355454 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 355454 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 16.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1421816 KiB

[startup+25.5003 s]
/proc/loadavg: 4.23 4.53 4.65 5/327 59598
/proc/meminfo: memFree=110965372/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=2623336 CPUtime=30.19 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 24837 0 0 0 2949 70 0 0 20 0 20 0 49971239 19521036288 655834 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 655834 5519 1 0 1993805 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=1333604 CPUtime=23.56 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 10140 0 0 0 2309 47 0 0 20 0 20 0 49971242 19521036288 655834 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 655834 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 655834 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=2596892 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 655834 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 30.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2623336 KiB

[startup+51.1134 s]
/proc/loadavg: 4.27 4.52 4.64 5/327 59598
/proc/meminfo: memFree=108385208/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=4180012 CPUtime=57.13 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 31256 0 0 0 5612 101 0 0 20 0 20 0 49971239 19521036288 1045003 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 1045003 5551 1 0 1993815 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=3176472 CPUtime=47.56 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 12646 0 0 0 4694 62 0 0 20 0 20 0 49971242 19521036288 1045003 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=2865168 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 1045003 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 1045003 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 1045003 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 57.13 s

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

/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 357117 0 0 0 296005 307 0 0 20 0 20 0 49971242 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 2375 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 3281.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16275888 KiB

[startup+3162.3 s]
/proc/loadavg: 4.34 4.60 4.61 5/326 59893
/proc/meminfo: memFree=88088960/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=16275888 CPUtime=3342.8 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 542778 0 0 0 333621 659 0 0 20 0 20 0 49971239 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 4068972 5551 1 0 4083377 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=16275888 CPUtime=3021.36 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 365647 0 0 0 301827 309 0 0 20 0 20 0 49971242 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 2435 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=4904 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 3342.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16275888 KiB

[startup+3222.3 s]
/proc/loadavg: 4.49 4.60 4.61 5/326 59895
/proc/meminfo: memFree=88088464/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=16275888 CPUtime=3415.95 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 555884 0 0 0 340927 668 0 0 20 0 20 0 49971239 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 4068972 5551 1 0 4083377 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=14340 CPUtime=3079.03 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 373938 0 0 0 307592 311 0 0 20 0 20 0 49971242 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=198340509722 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 2477 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 3415.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16275888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.42 4.55 4.60 5/326 59897
/proc/meminfo: memFree=88043972/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=16275888 CPUtime=3476.72 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 565391 0 0 0 346999 673 0 0 20 0 20 0 49971239 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 4068972 5551 1 0 4083377 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=16275888 CPUtime=3137.29 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) S 59574 59577 58577 0 -1 4194368 381924 0 0 0 313416 313 0 0 20 0 20 0 49971242 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 2493 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 3476.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16275888 KiB

[startup+3342.3 s]
/proc/loadavg: 3.99 4.42 4.54 4/301 59933
/proc/meminfo: memFree=104251728/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=16275888 CPUtime=3537.92 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 574101 0 0 0 353112 680 0 0 20 0 20 0 49971239 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 4068972 5551 1 0 4083377 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=17664 CPUtime=3194.95 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 388530 0 0 0 319179 316 0 0 20 0 20 0 49971242 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 2551 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 3537.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16275888 KiB

[startup+3402.3 s]
/proc/loadavg: 3.47 4.19 4.45 5/302 59936
/proc/meminfo: memFree=104186340/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=16275888 CPUtime=3599.02 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 582887 0 0 0 359215 687 0 0 20 0 20 0 49971239 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 4068972 5551 1 0 4083377 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=14340 CPUtime=3252.19 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) R 59574 59577 58577 0 -1 4194368 396061 0 0 0 324901 318 0 0 20 0 20 0 49971242 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=-6000919489852826474 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 2567 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 3599.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16275888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3403.3 s]
/proc/loadavg: 3.47 4.19 4.45 4/302 59936
/proc/meminfo: memFree=104186088/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19063512 memory=16275888 CPUtime=3600.06 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 583202 0 0 0 359319 687 0 0 20 0 20 0 49971239 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4765878 4068972 5551 1 0 4083377 0
[pid=59577/tid=59579] ppid=59574 vsize=19063512 memory=14340 CPUtime=3253.13 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) S 59574 59577 58577 0 -1 4194368 396354 0 0 0 324995 318 0 0 20 0 20 0 49971242 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971247 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19063512 memory=-6000919489852826474 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 2567 0 0 0 0 0 0 0 20 0 20 0 49971248 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59597] ppid=59574 vsize=19063512 memory=16275888 CPUtime=0 cores=5,7
/proc/59577/task/59597/stat : 59597 (Timer-0) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49971515 19521036288 4068972 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16275888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.45 s, system=6.91812 s

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

[startup+3403.4 s]
/proc/loadavg: 3.47 4.19 4.45 4/302 59936
/proc/meminfo: memFree=104186088/131382112 swapFree=33010684/33010684
[pid=59577] ppid=59574 vsize=19263204 memory=16276912 CPUtime=3600.25 cores=5,7
/proc/59577/stat : 59577 (java) S 59574 59577 58577 0 -1 4194304 585174 0 0 0 359338 687 0 0 20 0 21 0 49971239 19725520896 4069228 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
/proc/59577/statm: 4815801 4069228 5583 1 0 4084327 0
[pid=59577/tid=59579] ppid=59574 vsize=19263204 memory=21484 CPUtime=3253.15 cores=5,7
/proc/59577/task/59579/stat : 59579 (java) S 59574 59577 58577 0 -1 4194368 396428 0 0 0 324997 318 0 0 20 0 21 0 49971242 19725520896 4069228 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59588] ppid=59574 vsize=19263204 memory=4224 CPUtime=0 cores=5,7
/proc/59577/task/59588/stat : 59588 (Finalizer) S 59574 59577 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 49971247 19725520896 4069228 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
[pid=59577/tid=59595] ppid=59574 vsize=19263204 memory=-6000919489852826474 CPUtime=0 cores=5,7
/proc/59577/task/59595/stat : 59595 (Common-Cleaner) S 59574 59577 58577 0 -1 4194368 2567 0 0 0 0 0 0 0 20 0 21 0 49971248 19725520896 4069228 18446744073709551615 94153838714880 94153838718576 140725055437792 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94153838726392 94153838727184 94153843216384 140725055445374 140725055445478 140725055445478 140725055451080 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16276912 KiB

[startup+3403.5 s]*
/proc/loadavg: 3.51 4.18 4.45 4/284 59939
/proc/meminfo: memFree=116746996/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3403.52
CPU time (s): 3600.37
CPU user time (s): 3593.45
CPU system time (s): 6.91812
CPU usage (%): 105.784
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16276912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.45
system time used= 6.91812
maximum resident set size= 16276912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 585245
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132110
involuntary context switches= 23794


# summary of solver processes directly reported to runsolver:
#   pid: 59577
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3593.45
#   total CPU system time (s): 6.91812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8897 second user time and 30.079 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-01 06:08:41
IDJOB=4489512
IDBENCH=147555
IDSOLVER=3361
FILE ID=nodeC007/4489512-1751342920
RUNJOBID= nodeC007-1751336095-58590
SLURM_JOB_ID= 9594382
Free space on /tmp= 432980 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489512-1751342920/watcher-4489512-1751342920 -o /tmp/evaluation-result-4489512-1751342920/solver-4489512-1751342920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751336095-58590 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4489512-1751342920.opb

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

MD5SUM BENCH= 50cf9112b5ea763531dadde21846562c
RANDOM SEED=1738375711

nodeC007 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		: 3491.676
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.68
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		: 3491.848
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.68
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.308
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.68
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.094
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.68
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		: 3700.000
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.68
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		: 1297.846
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.68
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.201
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.68
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.197
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        115150780 kB
MemAvailable:   115366956 kB
Buffers:            3280 kB
Cached:          1022796 kB
SwapCached:            0 kB
Active:         14887052 kB
Inactive:         776280 kB
Active(anon):   14655216 kB
Inactive(anon):        0 kB
Active(file):     231836 kB
Inactive(file):   776280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17556 kB
Writeback:             0 kB
AnonPages:      14640368 kB
Mapped:           122588 kB
Shmem:             17960 kB
KReclaimable:      95372 kB
Slab:             179108 kB
SReclaimable:      95372 kB
SUnreclaim:        83736 kB
KernelStack:        4944 kB
PageTables:        32192 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21153076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14403584 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432900 MiB
End job on nodeC007 at 2025-07-01 07:05:25