Trace number 4508004

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.25 3579.39

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-may6.5.opb
MD5SUM76e67d27ce5ae72e711eb5f869f0e7e5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark3.73416
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27575
Number of constraints which are cardinality constraints (but not clauses)225
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 687
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ANY
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4508004-1751506741.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  objective function found
0.69/0.43	c ... done. Wall clock time 0.262s.
0.69/0.43	c declared #vars     9632
0.69/0.43	c #constraints  29620
0.69/0.43	c constraints type 
0.69/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1764
0.69/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
0.69/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 281
0.69/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11055
0.69/0.43	c 29620 constraints processed.
0.69/0.44	c objective function length is 26 literals
8.83/5.42	c cleaning 2442 clauses out of 5002
30.08/25.04	c cleaning 4231 clauses out of 8559
76.30/70.38	c cleaning 5558 clauses out of 11328
190.86/183.94	c cleaning 6793 clauses out of 13769
396.57/388.61	c cleaning 7907 clauses out of 15977
715.74/706.60	c cleaning 8959 clauses out of 18070
1147.38/1137.16	c cleaning 9974 clauses out of 20110
1780.22/1767.72	c cleaning 10990 clauses out of 22136
2633.31/2616.63	c cleaning 11980 clauses out of 24146
3473.54/3453.04	c cleaning 12992 clauses out of 26166
3600.09/3579.31	c starts		: 90
3600.09/3579.33	c conflicts		: 97491
3600.09/3579.33	c decisions		: 197519
3600.09/3579.33	c propagations		: 4018418
3600.09/3579.33	c inspects		: 5354793706
3600.09/3579.33	c shortcuts		: 0
3600.09/3579.33	c learnt literals	: 0
3600.09/3579.33	c learnt binary clauses	: 56
3600.09/3579.33	c learnt ternary clauses	: 832
3600.09/3579.33	c learnt constraints	: 97490
3600.09/3579.33	c ignored constraints	: 0
3600.09/3579.33	c root simplifications	: 0
3600.09/3579.33	c removed literals (reason simplification)	: 0
3600.09/3579.33	c reason swapping (by a shorter reason)	: 0
3600.09/3579.33	c Calls to reduceDB	: 10
3600.09/3579.33	c Number of update (reduction) of LBD	: 0
3600.09/3579.33	c Imported unit clauses	: 0
3600.09/3579.33	c No decision after first conflict	: false
3600.09/3579.33	c number of reductions to clauses (during analyze)	: 0
3600.09/3579.33	c number of learned constraints concerned by reduction	: 0
3600.09/3579.33	c number of learning phase by resolution	: 0
3600.09/3579.33	c number of learning phase by cutting planes	: 0
3600.09/3579.33	c number of rounding to 1 operations	: 0
3600.09/3579.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3579.33	c number of reductions of the coefficients by power 2 	: 0
3600.09/3579.33	c number of right shift for reduction by power 2 	: 0
3600.09/3579.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3579.33	c number of ending skipping 	: 0
3600.09/3579.33	c number of internal skipping 	: 0
3600.09/3579.33	c number of derivation steps 	: 1457712
3600.09/3579.33	c number of skipped derivation steps 	: 0
3600.09/3579.33	c number of remaining unassigned 	: 26002
3600.09/3579.33	c number of remaining assigned 	: 21887162
3600.09/3579.33	c number of falsified literals weakened from reason	: 0
3600.09/3579.33	c number of falsified literals weakened from conflict	: 0
3600.09/3579.33	c time for arithmetic operations	: 1172435497
3600.09/3579.34	c minimum degree of deleted constraints	: null
3600.09/3579.34	c maximum degree of deleted constraints	: null
3600.09/3579.34	c number of deleted constraints	: 0
3600.09/3579.36	c speed (assignments/second)	: 1122.8103215156195
3600.09/3579.36	c non guided choices	: 13516
3600.09/3579.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 66
3600.09/3579.37	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 13947
3600.09/3579.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1595
3600.09/3579.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 56
3600.09/3579.37	s UNKNOWN
3600.09/3579.37	c Total wall clock time (in seconds): 3579.213

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4508004-1751506741/watcher-4508004-1751506741 -o /tmp/evaluation-result-4508004-1751506741/solver-4508004-1751506741 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751506741-70407 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4508004-1751506741.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=70458, runsolver pid=70446

[startup+0.100059 s]*
/proc/loadavg: 1.00 1.14 1.91 11/334 70531
/proc/meminfo: memFree=126856336/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=18930384 memory=55188 CPUtime=0.11 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 6386 0 183 0 9 2 0 0 20 0 18 0 66352543 19384713216 13797 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4732596 13797 5285 1 0 547563 0
[pid=70458/tid=70481] ppid=70446 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 4919 0 162 0 5 1 0 0 20 0 18 0 66352545 19384713216 13797 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=18930384 memory=2641 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66352547 19384713216 13797 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66352548 19384713216 13797 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55188 KiB

[startup+0.205913 s]*
/proc/loadavg: 1.00 1.14 1.91 12/334 70531
/proc/meminfo: memFree=126807032/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=18930384 memory=66252 CPUtime=0.3 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 7010 0 183 0 28 2 0 0 20 0 18 0 66352543 19384713216 16563 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4732596 16563 5381 1 0 547982 0
[pid=70458/tid=70481] ppid=70446 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 5260 0 162 0 15 1 0 0 20 0 18 0 66352545 19384713216 16563 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=18930384 memory=2641 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66352547 19384713216 16563 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66352548 19384713216 16563 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66252 KiB

[startup+0.305915 s]*
/proc/loadavg: 1.00 1.14 1.91 9/334 70531
/proc/meminfo: memFree=126629604/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=18930384 memory=114172 CPUtime=0.5 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 8714 0 183 0 46 4 0 0 20 0 18 0 66352543 19384713216 28543 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4732596 28543 5381 1 0 549167 0
[pid=70458/tid=70481] ppid=70446 vsize=18930384 memory=-6000919477018324072 CPUtime=0.23 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 5310 0 162 0 21 2 0 0 20 0 18 0 66352545 19384713216 28543 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 66352547 19384713216 28543 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 66352548 19384713216 28543 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 114172 KiB

[startup+0.700222 s]
/proc/loadavg: 1.00 1.14 1.91 10/342 70539
/proc/meminfo: memFree=126416452/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=182352 CPUtime=1.26 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 16464 0 183 0 120 6 0 0 20 0 20 0 66352543 19521036288 45588 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 45588 5445 1 0 554599 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=18688 CPUtime=0.51 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 5448 0 162 0 48 3 0 0 20 0 20 0 66352545 19521036288 45588 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 45588 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 45588 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 45588 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 182352 KiB

[startup+1.50024 s]
/proc/loadavg: 1.00 1.14 1.91 9/342 70539
/proc/meminfo: memFree=126336748/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=195720 CPUtime=2.85 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 16719 0 183 0 277 8 0 0 20 0 20 0 66352543 19521036288 48930 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 48930 5477 1 0 554612 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=0 CPUtime=1.23 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 5457 0 162 0 119 4 0 0 20 0 20 0 66352545 19521036288 48930 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 48930 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 48930 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 48930 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195720 KiB

[startup+3.10591 s]
/proc/loadavg: 1.80 1.30 1.95 7/342 70539
/proc/meminfo: memFree=124219208/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=749960 CPUtime=5.69 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 17813 0 183 0 550 19 0 0 20 0 20 0 66352543 19521036288 187490 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 187490 5477 1 0 811545 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=10752 CPUtime=2.73 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 5708 0 162 0 259 14 0 0 20 0 20 0 66352545 19521036288 187490 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=-6000919481313291368 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 187490 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 187490 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 187490 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 5.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749960 KiB

[startup+6.30021 s]
/proc/loadavg: 1.80 1.30 1.95 5/342 70539
/proc/meminfo: memFree=120613924/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=1326888 CPUtime=9.83 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 20312 0 183 0 952 31 0 0 20 0 20 0 66352543 19521036288 331722 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 331722 5477 1 0 812179 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=0 CPUtime=5.85 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 6316 0 162 0 560 25 0 0 20 0 20 0 66352545 19521036288 331722 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 331722 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 331722 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=228676 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 331722 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 9.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1326888 KiB

[startup+12.7002 s]
/proc/loadavg: 1.98 1.35 1.97 6/341 70539
/proc/meminfo: memFree=119597700/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=1992872 CPUtime=16.39 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 26154 0 183 0 1593 46 0 0 20 0 20 0 66352543 19521036288 498218 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 498218 5509 1 0 812182 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=228676 CPUtime=12.12 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 8224 0 162 0 1175 37 0 0 20 0 20 0 66352545 19521036288 498218 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=1972364 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 498218 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=1966220 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 498218 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 498218 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 16.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1992872 KiB

[startup+25.5002 s]
/proc/loadavg: 2.49 1.50 2.00 5/341 70539
/proc/meminfo: memFree=118967460/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2010672 CPUtime=30.61 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 37675 0 183 0 3012 49 0 0 20 0 20 0 66352543 19521036288 502668 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 502668 5509 1 0 813814 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=1972364 CPUtime=24.64 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 10168 0 162 0 2426 38 0 0 20 0 20 0 66352545 19521036288 502668 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=1997364 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 502668 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 502668 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=2021404 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 502668 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 30.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2010672 KiB

[startup+51.106 s]
/proc/loadavg: 3.21 1.75 2.07 5/342 70541
/proc/meminfo: memFree=118787076/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2057884 CPUtime=56.72 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 43028 0 183 0 5621 51 0 0 20 0 20 0 66352543 19521036288 514471 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 514471 5509 1 0 813814 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=2047644 CPUtime=49.64 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 12883 0 162 0 4925 39 0 0 20 0 20 0 66352545 19521036288 514471 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=2033288 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 514471 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=-6000919481313291368 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=115744332/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2869564 CPUtime=3241.64 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 115292 0 183 0 323988 176 0 0 20 0 20 0 66352543 19521036288 717391 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 717391 5541 1 0 814292 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=-6000919481313291368 CPUtime=3192.5 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 55777 0 162 0 319198 52 0 0 20 0 20 0 66352545 19521036288 717391 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 717391 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=2863372 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 1751 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 717391 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 717391 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 3241.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2869564 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.11 4.08 5/340 70711
/proc/meminfo: memFree=115730312/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2879820 CPUtime=3301.73 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 115501 0 183 0 329996 177 0 0 20 0 20 0 66352543 19521036288 719955 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 719955 5541 1 0 814295 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=2877768 CPUtime=3252.07 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 55905 0 162 0 325155 52 0 0 20 0 20 0 66352545 19521036288 719955 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=2875720 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 719955 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=2873672 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 1773 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 719955 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=17248 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 719955 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 3301.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2879820 KiB

[startup+3342.3 s]
/proc/loadavg: 4.81 4.29 4.14 5/340 70713
/proc/meminfo: memFree=115703908/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2890076 CPUtime=3362.39 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 115984 0 183 0 336059 180 0 0 20 0 20 0 66352543 19521036288 722519 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 722519 5541 1 0 814295 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=5632 CPUtime=3311.42 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 56207 0 162 0 331089 53 0 0 20 0 20 0 66352545 19521036288 722519 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=2888028 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 722519 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=14976 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 1773 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 722519 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=2888028 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 722519 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 3362.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2890076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.42 4.26 4.14 5/340 70715
/proc/meminfo: memFree=115669208/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2904412 CPUtime=3422.79 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 118223 0 183 0 342096 183 0 0 20 0 20 0 66352543 19521036288 726103 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 726103 5541 1 0 814295 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=10752 CPUtime=3370.91 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 57742 0 162 0 337038 53 0 0 20 0 20 0 66352545 19521036288 726103 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 726103 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=-6000919481313291368 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 1773 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 726103 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=2902364 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 726103 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 3422.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2904412 KiB

[startup+3462.3 s]
/proc/loadavg: 4.92 4.43 4.20 5/340 70717
/proc/meminfo: memFree=115647708/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2910556 CPUtime=3482.84 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 120838 0 183 0 348099 185 0 0 20 0 20 0 66352543 19521036288 727639 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 727639 5541 1 0 814295 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=14976 CPUtime=3430.47 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 59379 0 162 0 342994 53 0 0 20 0 20 0 66352545 19521036288 727639 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=2904412 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 727639 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=2908508 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 1846 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 727639 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=2908508 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 727639 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 3482.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2910556 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.35 4.19 5/339 70723
/proc/meminfo: memFree=115627340/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2916700 CPUtime=3542.98 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 120933 0 183 0 354111 187 0 0 20 0 20 0 66352543 19521036288 729175 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 729175 5541 1 0 814295 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=2904412 CPUtime=3490.05 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 59415 0 162 0 348952 53 0 0 20 0 20 0 66352545 19521036288 729175 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=2890076 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 729175 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=2894172 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 1858 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 729175 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=2914652 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 729175 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 3542.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2916700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.3 s]
/proc/loadavg: 4.44 4.36 4.20 6/338 70792
/proc/meminfo: memFree=117950776/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2922844 CPUtime=3600.09 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 121940 0 183 0 359819 190 0 0 20 0 20 0 66352543 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 730711 5541 1 0 814295 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=2904412 CPUtime=3546.6 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 60391 0 162 0 354606 54 0 0 20 0 20 0 66352545 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 1858 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=2922844 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2922844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.33 s, system=1.91544 s

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

[startup+3579.3 s]
/proc/loadavg: 4.44 4.36 4.20 6/338 70792
/proc/meminfo: memFree=117950776/131249996 swapFree=33010160/33010684
[pid=70458] ppid=70446 vsize=19063512 memory=2922844 CPUtime=3600.09 cores=5,7
/proc/70458/stat : 70458 (java) S 70446 70458 70394 0 -1 4194304 121940 0 183 0 359819 190 0 0 20 0 20 0 66352543 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
/proc/70458/statm: 4765878 730711 5541 1 0 814295 0
[pid=70458/tid=70481] ppid=70446 vsize=19063512 memory=2904412 CPUtime=3546.6 cores=5,7
/proc/70458/task/70481/stat : 70481 (java) R 70446 70458 70394 0 -1 4194368 60391 0 162 0 354606 54 0 0 20 0 20 0 66352545 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70517] ppid=70446 vsize=19063512 memory=18688 CPUtime=0 cores=5,7
/proc/70458/task/70517/stat : 70517 (Finalizer) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352547 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70531] ppid=70446 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/70458/task/70531/stat : 70531 (Common-Cleaner) S 70446 70458 70394 0 -1 4194368 1858 0 0 0 0 0 0 0 20 0 20 0 66352548 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
[pid=70458/tid=70538] ppid=70446 vsize=19063512 memory=2922844 CPUtime=0 cores=5,7
/proc/70458/task/70538/stat : 70538 (Timer-0) S 70446 70458 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 66352588 19521036288 730711 18446744073709551615 94140801130496 94140801134192 140728946108576 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94140801142008 94140801142800 94140833357824 140728946116990 140728946117094 140728946117094 140728946122696 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2922844 KiB

Child status: 143

Real time (s): 3579.39
CPU time (s): 3600.25
CPU user time (s): 3598.33
CPU system time (s): 1.91544
CPU usage (%): 100.583
Max. virtual memory (cumulated for all children) (KiB): 19067408
Max. memory (cumulated for all children) (KiB): 2922844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.33
system time used= 1.91544
maximum resident set size= 2923740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124296
page faults= 183
swaps= 0
block input operations= 0
block output operations= 14504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136411
involuntary context switches= 10543


# summary of solver processes directly reported to runsolver:
#   pid: 70458
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3598.33
#   total CPU system time (s): 1.91544

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38601 second user time and 18.0535 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 03:39:01
IDJOB=4508004
IDBENCH=158391
IDSOLVER=3361
FILE ID=nodeC029/4508004-1751506741
RUNJOBID= nodeC029-1751506741-70407
SLURM_JOB_ID= 9598602
Free space on /tmp= 432260 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-may6.5.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4508004-1751506741/watcher-4508004-1751506741 -o /tmp/evaluation-result-4508004-1751506741/solver-4508004-1751506741 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751506741-70407 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4508004-1751506741.opb

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

MD5SUM BENCH= 76e67d27ce5ae72e711eb5f869f0e7e5
RANDOM SEED=248578768

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3446.705
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.721
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.151
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.751
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3383.789
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.455
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.850
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.724
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126967828 kB
MemAvailable:   129775616 kB
Buffers:            2128 kB
Cached:          3601480 kB
SwapCached:           40 kB
Active:           505596 kB
Inactive:        3161968 kB
Active(anon):      77208 kB
Inactive(anon):     4768 kB
Active(file):     428388 kB
Inactive(file):  3157200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7156 kB
Writeback:             0 kB
AnonPages:         67068 kB
Mapped:           104088 kB
Shmem:             18020 kB
KReclaimable:     122880 kB
Slab:             212068 kB
SReclaimable:     122880 kB
SUnreclaim:        89188 kB
KernelStack:        4020 kB
PageTables:         2840 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432256 MiB
End job on nodeC029 at 2025-07-03 04:38:41