Trace number 4430116

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 Cutting Planes 2024 2024-07-12? (TO) 3600.1 3587.36

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm75p-opt.opb.negationfix.opb
MD5SUM77f517750a725db7576a06de15f60331
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 benchmark24
Best CPU time to get the best result obtained on this benchmark0.54241
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8928
Total number of constraints622
Number of constraints which are clauses278
Number of constraints which are cardinality constraints (but not clauses)278
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint279
Number of terms in the objective function 32
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 32
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 94359
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 244172
Number of bits of the biggest sum of numbers18
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4430116-1721175604.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.72/0.44	c ... done. Wall clock time 0.293s.
0.72/0.44	c declared #vars     8928
0.72/0.44	c #constraints  622
0.72/0.44	c constraints type 
0.72/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 278
0.72/0.44	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 66
0.72/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 278
0.72/0.44	c 622 constraints processed.
0.72/0.46	c objective function length is 32 literals
45.78/41.97	c cleaning 2497 clauses out of 5001 with flag 0/5001
978.84/971.18	c cleaning 4249 clauses out of 8504 with flag 0/11001
3600.00/3587.32	c starts		: 10
3600.00/3587.32	c conflicts		: 16557
3600.00/3587.32	c decisions		: 241784
3600.00/3587.32	c propagations		: 874948
3600.00/3587.32	c inspects		: 64089828
3600.00/3587.32	c shortcuts		: 0
3600.00/3587.32	c learnt literals	: 0
3600.00/3587.32	c learnt binary clauses	: 0
3600.00/3587.32	c learnt ternary clauses	: 0
3600.00/3587.32	c learnt constraints	: 16557
3600.00/3587.32	c ignored constraints	: 0
3600.00/3587.32	c root simplifications	: 0
3600.00/3587.32	c removed literals (reason simplification)	: 0
3600.00/3587.32	c reason swapping (by a shorter reason)	: 0
3600.00/3587.32	c Calls to reduceDB	: 2
3600.00/3587.32	c Number of update (reduction) of LBD	: 17551
3600.00/3587.32	c Imported unit clauses	: 0
3600.00/3587.32	c No decision after first conflict	: false
3600.00/3587.32	c number of reductions to clauses (during analyze)	: 0
3600.00/3587.32	c number of learned constraints concerned by reduction	: 0
3600.00/3587.32	c number of learning phase by resolution	: 0
3600.00/3587.32	c number of learning phase by cutting planes	: 0
3600.00/3587.32	c number of rounding to 1 operations	: 0
3600.00/3587.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3587.32	c number of reductions of the coefficients by power 2 	: 0
3600.00/3587.32	c number of right shift for reduction by power 2 	: 0
3600.00/3587.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3587.32	c number of ending skipping 	: 0
3600.00/3587.32	c number of internal skipping 	: 0
3600.00/3587.32	c number of derivation steps 	: 55909
3600.00/3587.32	c number of skipped derivation steps 	: 0
3600.00/3587.32	c number of remaining unassigned 	: 252427
3600.00/3587.32	c number of remaining assigned 	: 6656522
3600.00/3587.32	c number of falsified literals weakened from reason	: 0
3600.00/3587.32	c number of falsified literals weakened from conflict	: 0
3600.00/3587.32	c time for arithmetic operations	: 1585807729
3600.00/3587.32	c minimum degree of deleted constraints	: 116292
3600.00/3587.32	c maximum degree of deleted constraints	: 12463522228672679489771119553234672360557623662494064620231963978180287910765215557902403354489907906478747229744597211685375628552430820515606949876022267904652082393223192328329590664480438089732687856557779939976067134326841007212582096681520689665600
3600.00/3587.32	c number of deleted constraints	: 6746
3600.00/3587.33	c speed (assignments/second)	: 243.93186898602508
3600.00/3587.33	c non guided choices	: 9058
3600.00/3587.34	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9811
3600.00/3587.34	s UNKNOWN
3600.00/3587.34	c Total wall clock time (in seconds): 3587.193

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: 63931 MiB (61747 MiB free)
  memory of node 1: 64510 MiB (60368 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430116-1721175604/watcher-4430116-1721175604 -o /tmp/evaluation-result-4430116-1721175604/solver-4430116-1721175604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721175616-908262 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430116-1721175604.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=908315, runsolver pid=908302
Current StackSize limit: 8192 KiB


[startup+0.101601 s]*
/proc/loadavg: 2.94 3.22 3.64 16/326 908394
/proc/meminfo: memFree=124881016/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=18975048 memory=63488 CPUtime=0.14 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 7287 0 0 0 12 2 0 0 20 0 18 0 169722208 19430449152 15872 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4743762 15872 5708 1 0 549360 0
[pid=908315/tid=908322] ppid=908302 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 5809 0 0 0 7 1 0 0 20 0 18 0 169722208 19430449152 15872 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=18975048 memory=15975 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 15872 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 15872 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63488 KiB

[startup+0.206595 s]*
/proc/loadavg: 2.94 3.22 3.64 14/326 908394
/proc/meminfo: memFree=124818512/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=18975048 memory=77944 CPUtime=0.33 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 7807 0 0 0 30 3 0 0 20 0 18 0 169722208 19430449152 19486 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4743762 19486 5826 1 0 549682 0
[pid=908315/tid=908322] ppid=908302 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 6070 0 0 0 17 2 0 0 20 0 18 0 169722208 19430449152 19486 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=18975048 memory=15975 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 19486 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 19486 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77944 KiB

[startup+0.313601 s]*
/proc/loadavg: 2.94 3.22 3.64 12/326 908394
/proc/meminfo: memFree=124621240/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=18975048 memory=121312 CPUtime=0.54 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 9452 0 0 0 50 4 0 0 20 0 18 0 169722208 19430449152 30328 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4743762 30328 5826 1 0 550782 0
[pid=908315/tid=908322] ppid=908302 vsize=18975048 memory=-9176479396789527228 CPUtime=0.29 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 6114 0 0 0 26 3 0 0 20 0 18 0 169722208 19430449152 30328 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 30328 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722211 19430449152 30328 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 121312 KiB

[startup+0.700601 s]
/proc/loadavg: 2.94 3.22 3.64 14/331 908399
/proc/meminfo: memFree=124450512/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=176912 CPUtime=1.27 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 12635 0 0 0 121 6 0 0 20 0 20 0 169722208 19566772224 44228 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 44228 5896 1 0 553556 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=5472 CPUtime=0.6 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 6259 0 0 0 56 4 0 0 20 0 20 0 169722208 19566772224 44228 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 44228 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 44228 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=139824472422896 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 44228 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176912 KiB

[startup+1.5006 s]
/proc/loadavg: 2.94 3.22 3.64 14/333 908401
/proc/meminfo: memFree=123831252/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=185080 CPUtime=2.85 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 19619 0 0 0 278 7 0 0 20 0 20 0 169722208 19566772224 46270 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 46270 5912 1 0 554369 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=13196 CPUtime=1.34 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 6523 0 0 0 130 4 0 0 20 0 20 0 169722208 19566772224 46270 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 46270 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 46270 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=4580 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 46270 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185080 KiB

[startup+3.1066 s]
/proc/loadavg: 3.35 3.30 3.66 10/333 908402
/proc/meminfo: memFree=123576976/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19109488 memory=200928 CPUtime=5.88 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 22386 0 0 0 580 8 0 0 20 0 20 0 169722208 19568115712 50232 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777372 50232 5945 1 0 555000 0
[pid=908315/tid=908322] ppid=908302 vsize=19109488 memory=0 CPUtime=2.88 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 6845 0 0 0 284 4 0 0 20 0 20 0 169722208 19568115712 50232 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19109488 memory=13196 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19568115712 50232 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19109488 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 169722211 19568115712 50232 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19109488 memory=11544 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19568115712 50232 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19109488 KiB
Current children cumulated memory: 200928 KiB

[startup+6.30059 s]
/proc/loadavg: 3.35 3.30 3.66 8/333 908402
/proc/meminfo: memFree=123138564/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=277396 CPUtime=9.63 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 25767 0 0 0 953 10 0 0 20 0 20 0 169722208 19566772224 69349 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 69349 5945 1 0 556113 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=0 CPUtime=6 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 7110 0 0 0 596 4 0 0 20 0 20 0 169722208 19566772224 69349 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 69349 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=39272 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 69349 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=185080 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 69349 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 9.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 277396 KiB

[startup+12.7006 s]
/proc/loadavg: 3.40 3.31 3.67 9/333 908403
/proc/meminfo: memFree=122277800/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=759680 CPUtime=16.27 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 31865 0 0 0 1605 22 0 0 20 0 20 0 169722208 19566772224 189920 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 189920 5945 1 0 556113 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=-9033490108620513980 CPUtime=12.23 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 8304 0 0 0 1211 12 0 0 20 0 20 0 169722208 19566772224 189920 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 189920 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=63044 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 189920 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 189920 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 16.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 759680 KiB

[startup+25.5006 s]
/proc/loadavg: 3.53 3.35 3.67 8/333 908405
/proc/meminfo: memFree=120691232/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=1399528 CPUtime=29.12 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 35737 0 0 0 2878 34 0 0 20 0 20 0 169722208 19566772224 349882 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 349882 5945 1 0 662638 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=63044 CPUtime=24.69 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 9578 0 0 0 2448 21 0 0 20 0 20 0 169722208 19566772224 349882 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 349882 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 349882 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=1387220 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 349882 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 29.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1399528 KiB

[startup+51.1066 s]
/proc/loadavg: 3.84 3.43 3.69 7/333 908409
/proc/meminfo: memFree=119107448/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=1768728 CPUtime=55.01 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 47592 0 0 0 5457 44 0 0 20 0 20 0 169722208 19566772224 442182 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 442182 5945 1 0 662688 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=1768684 CPUtime=49.83 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 13679 0 0 0 4959 24 0 0 20 0 20 0 169722208 19566772224 442182 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722209 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=1768720 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 442182 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0

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

/proc/meminfo: memFree=110215596/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=4479504 CPUtime=3293.09 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 293043 0 0 0 329066 243 0 0 20 0 20 0 169722208 19566772224 1119876 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 1119876 5989 1 0 1131208 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=4479504 CPUtime=3252.99 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 97269 0 0 0 325213 86 0 0 20 0 20 0 169722208 19566772224 1119876 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722213 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=4479504 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1119876 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=43860 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 3973 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1119876 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=2244 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 1119876 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 3293.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4479504 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.18 4.12 7/332 910204
/proc/meminfo: memFree=109778840/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=4746276 CPUtime=3355.6 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 299645 0 0 0 335309 251 0 0 20 0 20 0 169722208 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 1186569 5989 1 0 1198053 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=4479504 CPUtime=3312.34 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 98872 0 0 0 331143 91 0 0 20 0 20 0 169722208 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 169722213 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=-9033490108620513980 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=4746276 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 3975 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 3355.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4746276 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.11 7/332 910214
/proc/meminfo: memFree=109778448/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=4746276 CPUtime=3415.34 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 301200 0 0 0 341281 253 0 0 20 0 20 0 169722208 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 1186569 5989 1 0 1198053 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=-9033490108620513980 CPUtime=3372.06 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 100283 0 0 0 337115 91 0 0 20 0 20 0 169722208 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722213 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=13196 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 4109 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 1186569 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 3415.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4746276 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.12 7/332 910225
/proc/meminfo: memFree=109711304/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=4746392 CPUtime=3475.29 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 304837 0 0 0 347274 255 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 1186598 5989 1 0 1198053 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=-9033490108620513980 CPUtime=3431.78 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 102170 0 0 0 343086 92 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722213 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=16060 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 4110 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 3475.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4746392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.14 4.10 7/331 910235
/proc/meminfo: memFree=109710964/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=4746392 CPUtime=3535.15 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 305961 0 0 0 353258 257 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 1186598 5989 1 0 1198053 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=4746392 CPUtime=3491.6 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 103199 0 0 0 349068 92 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722213 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=4746392 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=2320 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 4198 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=4746392 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 3535.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4746392 KiB

[startup+3582.3 s]
/proc/loadavg: 5.10 4.42 4.20 5/305 910279
/proc/meminfo: memFree=112989376/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=4746392 CPUtime=3595 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 307847 0 0 0 359242 258 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 1186598 5989 1 0 1198053 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=16060 CPUtime=3551.43 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 104825 0 0 0 355051 92 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722213 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=43860 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=4746392 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 4278 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=11544 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 3595 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4746392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3587.3 s]
/proc/loadavg: 4.93 4.40 4.20 5/306 910301
/proc/meminfo: memFree=112989244/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=4746392 CPUtime=3600 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 308003 0 0 0 359741 259 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 1186598 5989 1 0 1198053 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=43860 CPUtime=3556.41 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 104981 0 0 0 355549 92 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722213 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=16060 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 4278 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4746392 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.5 s, system=2.60457 s

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

[startup+3587.3 s]
/proc/loadavg: 4.93 4.40 4.20 5/306 910301
/proc/meminfo: memFree=112989244/131524600 swapFree=131071996/131071996
[pid=908315] ppid=908302 vsize=19108176 memory=4746392 CPUtime=3600 cores=0,2
/proc/908315/stat : 908315 (java) S 908302 908315 908252 0 -1 1077936128 308003 0 0 0 359741 259 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
/proc/908315/statm: 4777044 1186598 5989 1 0 1198053 0
[pid=908315/tid=908322] ppid=908302 vsize=19108176 memory=43860 CPUtime=3556.41 cores=0,2
/proc/908315/task/908322/stat : 908322 (java) R 908302 908315 908252 0 -1 4194368 104981 0 0 0 355549 92 0 0 20 0 20 0 169722208 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 169722213 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908358] ppid=908302 vsize=19108176 memory=16060 CPUtime=0 cores=0,2
/proc/908315/task/908358/stat : 908358 (Finalizer) S 908302 908315 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908381] ppid=908302 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/908315/task/908381/stat : 908381 (Common-Cleaner) S 908302 908315 908252 0 -1 1077936192 4278 0 0 0 0 0 0 0 20 0 20 0 169722211 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
[pid=908315/tid=908399] ppid=908302 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/908315/task/908399/stat : 908399 (Timer-0) S 908302 908315 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722254 19566772224 1186598 134679101440 94474060771328 94474060775024 140736084883344 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94474060782840 94474060783632 94474076823552 140736084890613 140736084890721 140736084890721 140736084897736 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4746392 KiB

Child status: 143

Real time (s): 3587.36
CPU time (s): 3600.1
CPU user time (s): 3597.5
CPU system time (s): 2.60457
CPU usage (%): 100.355
Max. virtual memory (cumulated for all children) (KiB): 19109488
Max. memory (cumulated for all children) (KiB): 4746392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.5
system time used= 2.60457
maximum resident set size= 4747680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311075
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107444
involuntary context switches= 38442


# summary of solver processes directly reported to runsolver:
#   pid: 908315
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.5
#   total CPU system time (s): 2.60457

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63584 second user time and 19.894 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-17 02:20:16
IDJOB=4430116
IDBENCH=158623
IDSOLVER=3052
FILE ID=nodeC017/4430116-1721175604
RUNJOBID= nodeC017-1721175616-908262
SLURM_JOB_ID= 7505816
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw32/normalized-hw32-vm75p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430116-1721175604/watcher-4430116-1721175604 -o /tmp/evaluation-result-4430116-1721175604/solver-4430116-1721175604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721175616-908262 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430116-1721175604.opb

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

MD5SUM BENCH= 77f517750a725db7576a06de15f60331
RANDOM SEED=2113146190

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3474.969
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
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		: 3670.226
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3514.208
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
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		: 3638.529
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3417.289
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
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		: 3622.978
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
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		: 3574.873
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
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		: 3808.797
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125048132 kB
MemAvailable:   129700500 kB
Buffers:          448412 kB
Cached:          4991744 kB
SwapCached:            0 kB
Active:          1017620 kB
Inactive:        4755208 kB
Active(anon):       1440 kB
Inactive(anon):   368960 kB
Active(file):    1016180 kB
Inactive(file):  4386248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5008 kB
Writeback:             0 kB
AnonPages:        332744 kB
Mapped:           104404 kB
Shmem:             37720 kB
KReclaimable:     179172 kB
Slab:             295152 kB
SReclaimable:     179172 kB
SUnreclaim:       115980 kB
KernelStack:        3888 kB
PageTables:         9244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     712668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63040 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      246484 kB
DirectMap2M:    33081344 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-17 03:20:04