Trace number 4427622

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.21 3566.57

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_5_ic.opb
MD5SUMee8f5ca8a7564b2d122e7dc0e93c6e43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.164679
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.16	c Free memory 		2115194816
0.13/0.16	c Max memory 		16282288128
0.13/0.16	c Total memory 		2122317824
0.13/0.17	c Number of processors 	2
0.39/0.34	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.34	 - never skip resolution steps
0.39/0.34	 - Auto-division on coefficients is disabled
0.39/0.34	 - No postprocessing
0.39/0.34	 - Conflict is considered as is when resolving
0.39/0.34	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.39/0.34	 - Weaken first using unassigned literals
0.39/0.34	 - Bump strategy: ALWAYS_ONE
0.39/0.34	 - Bumper: ASSIGNED
0.39/0.34	--- Begin Solver configuration ---
0.39/0.34	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.39/0.34	Learn all clauses as in MiniSAT
0.39/0.34	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.34	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.34	No reason simplification
0.39/0.34	Armin Biere (Picosat) restarts strategy
0.39/0.34	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.39/0.34	timeout=2147483s
0.39/0.34	DB Simplification allowed=false
0.39/0.34	Listener: none
0.39/0.34	--- End Solver configuration ---
0.39/0.34	c Pseudo Boolean Optimization by upper bound
0.39/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.34	c  - never skip resolution steps
0.39/0.34	c  - Auto-division on coefficients is disabled
0.39/0.34	c  - No postprocessing
0.39/0.34	c  - Conflict is considered as is when resolving
0.39/0.34	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.39/0.34	c  - Weaken first using unassigned literals
0.39/0.34	c  - Bump strategy: ALWAYS_ONE
0.39/0.34	c  - Bumper: ASSIGNED
0.39/0.34	c --- Begin Solver configuration ---
0.39/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.39/0.34	c Learn all clauses as in MiniSAT
0.39/0.34	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.34	c No reason simplification
0.39/0.34	c Armin Biere (Picosat) restarts strategy
0.39/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.39/0.34	c timeout=2147483s
0.39/0.34	c DB Simplification allowed=false
0.39/0.34	c Listener: none
0.39/0.34	c --- End Solver configuration ---
0.39/0.34	c solving HOME/instance-4427622-1720998136.opb
0.39/0.34	c reading problem ... 
0.39/0.35	c  objective function found
3.22/1.82	c ... done. Wall clock time 1.471s.
3.22/1.82	c declared #vars     15725
3.22/1.82	c #constraints  33139
3.22/1.82	c constraints type 
3.22/1.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
3.22/1.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
3.22/1.82	c org.sat4j.specs.Constr$1 => 3
3.22/1.82	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 14775
3.22/1.82	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
3.22/1.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
3.22/1.82	c 33139 constraints processed.
3.22/1.84	c objective function length is 1825 literals
27.56/22.35	c cleaning 2498 clauses out of 5000 with flag 0/5000
55.71/49.73	c cleaning 4251 clauses out of 8503 with flag 0/11001
98.45/91.77	c cleaning 5628 clauses out of 11257 with flag 0/18006
155.31/148.13	c cleaning 6811 clauses out of 13624 with flag 0/26001
255.96/247.31	c cleaning 7905 clauses out of 15813 with flag 0/35001
368.03/358.56	c cleaning 8951 clauses out of 17909 with flag 0/45002
489.00/478.73	c cleaning 9976 clauses out of 19956 with flag 0/56000
639.16/628.04	c cleaning 10988 clauses out of 21983 with flag 0/68003
802.01/790.29	c cleaning 11994 clauses out of 23992 with flag 0/81000
974.56/961.68	c cleaning 12998 clauses out of 25998 with flag 0/95000
1172.15/1158.35	c cleaning 14001 clauses out of 28002 with flag 0/110002
1385.94/1370.62	c cleaning 15000 clauses out of 30000 with flag 0/126001
1631.36/1614.83	c cleaning 15999 clauses out of 32001 with flag 0/143002
1855.27/1836.66	c cleaning 16996 clauses out of 34000 with flag 0/161000
2101.46/2080.62	c cleaning 18002 clauses out of 36007 with flag 0/180003
2379.58/2355.20	c cleaning 18997 clauses out of 38002 with flag 0/200000
2678.57/2652.63	c cleaning 20005 clauses out of 40013 with flag 0/221008
3093.24/3063.73	c cleaning 21002 clauses out of 42008 with flag 0/243008
3451.30/3419.12	c cleaning 21999 clauses out of 44004 with flag 0/266006
3600.07/3566.52	c starts		: 132
3600.07/3566.52	c conflicts		: 281015
3600.07/3566.52	c decisions		: 746338
3600.07/3566.52	c propagations		: 183771539
3600.07/3566.53	c inspects		: 3209937831
3600.07/3566.53	c shortcuts		: 0
3600.07/3566.53	c learnt literals	: 0
3600.07/3566.53	c learnt binary clauses	: 0
3600.07/3566.53	c learnt ternary clauses	: 2
3600.07/3566.53	c learnt constraints	: 281015
3600.07/3566.53	c ignored constraints	: 0
3600.07/3566.53	c root simplifications	: 0
3600.07/3566.53	c removed literals (reason simplification)	: 0
3600.07/3566.53	c reason swapping (by a shorter reason)	: 0
3600.07/3566.53	c Calls to reduceDB	: 19
3600.07/3566.53	c Number of update (reduction) of LBD	: 28
3600.07/3566.53	c Imported unit clauses	: 0
3600.07/3566.53	c No decision after first conflict	: false
3600.07/3566.53	c number of reductions to clauses (during analyze)	: 0
3600.07/3566.53	c number of learned constraints concerned by reduction	: 0
3600.07/3566.53	c number of learning phase by resolution	: 0
3600.07/3566.53	c number of learning phase by cutting planes	: 0
3600.07/3566.53	c number of rounding to 1 operations	: 71558
3600.07/3566.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3566.53	c number of reductions of the coefficients by power 2 	: 0
3600.07/3566.53	c number of right shift for reduction by power 2 	: 0
3600.07/3566.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3566.53	c number of ending skipping 	: 0
3600.07/3566.53	c number of internal skipping 	: 0
3600.07/3566.53	c number of derivation steps 	: 3162983
3600.07/3566.53	c number of skipped derivation steps 	: 0
3600.07/3566.53	c number of remaining unassigned 	: 8800
3600.07/3566.53	c number of remaining assigned 	: 7106317
3600.07/3566.53	c number of falsified literals weakened from reason	: 0
3600.07/3566.53	c number of falsified literals weakened from conflict	: 0
3600.07/3566.53	c time for arithmetic operations	: 322261920
3600.07/3566.53	c minimum degree of deleted constraints	: 32
3600.07/3566.53	c maximum degree of deleted constraints	: 490180
3600.07/3566.53	c number of deleted constraints	: 244001
3600.07/3566.53	c speed (assignments/second)	: 51553.619860250656
3600.07/3566.53	c non guided choices	: 2
3600.07/3566.54	c timeout
3600.07/3566.55	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 10766
3600.07/3566.55	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 53
3600.07/3566.55	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 26195
3600.07/3566.55	s UNKNOWN
3600.07/3566.55	c Total wall clock time (in seconds): 3566.21

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: 64059 MiB (60452 MiB free)
  memory of node 1: 64510 MiB (57641 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427622-1720998136/watcher-4427622-1720998136 -o /tmp/evaluation-result-4427622-1720998136/solver-4427622-1720998136 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720994548-763753 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427622-1720998136.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=766498, runsolver pid=766495

[startup+0.108232 s]*
/proc/loadavg: 4.98 4.37 4.17 8/319 766516
/proc/meminfo: memFree=120893864/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=18975048 memory=56164 CPUtime=0.13 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 6603 0 0 0 10 3 0 0 20 0 18 0 151970285 19430449152 14041 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4743762 14041 5559 1 0 550923 0
[pid=766498/tid=766500] ppid=766495 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 5523 0 0 0 7 2 0 0 20 0 18 0 151970285 19430449152 14041 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151970290 19430449152 14041 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=18975048 memory=13563812552942208 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151970292 19430449152 14041 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56164 KiB

[startup+0.213795 s]*
/proc/loadavg: 4.98 4.37 4.17 5/319 766516
/proc/meminfo: memFree=120884052/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=18975048 memory=64904 CPUtime=0.26 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 7289 0 0 0 23 3 0 0 20 0 18 0 151970285 19430449152 16226 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4743762 16226 5547 1 0 551464 0
[pid=766498/tid=766500] ppid=766495 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 1078198336 5770 0 0 0 16 2 0 0 20 0 18 0 151970285 19430449152 16226 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151970290 19430449152 16226 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=18975048 memory=13849655494580062 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151970292 19430449152 16226 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64904 KiB

[startup+0.321486 s]*
/proc/loadavg: 4.98 4.37 4.17 10/319 766516
/proc/meminfo: memFree=120882708/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=18975048 memory=66968 CPUtime=0.39 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 7605 0 0 0 36 3 0 0 20 0 18 0 151970285 19430449152 16742 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4743762 16742 5751 1 0 551667 0
[pid=766498/tid=766500] ppid=766495 vsize=18975048 memory=-8814782960694108860 CPUtime=0.28 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 5939 0 0 0 25 3 0 0 20 0 18 0 151970285 19430449152 16742 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151970290 19430449152 16742 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151970292 19430449152 16742 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66968 KiB

[startup+0.700479 s]
/proc/loadavg: 4.98 4.37 4.17 7/320 766517
/proc/meminfo: memFree=120788956/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19041612 memory=333964 CPUtime=1.08 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 9969 0 0 0 97 11 0 0 20 0 19 0 151970285 19498610688 83491 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4760403 83491 5867 1 0 553263 0
[pid=766498/tid=766500] ppid=766495 vsize=19041612 memory=5620 CPUtime=0.59 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 6179 0 0 0 51 8 0 0 20 0 19 0 151970285 19498610688 83491 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151970290 19498610688 83491 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151970292 19498610688 83491 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 333964 KiB

[startup+1.50048 s]
/proc/loadavg: 4.98 4.37 4.17 7/320 766517
/proc/meminfo: memFree=119832680/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19041612 memory=1615860 CPUtime=2.59 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 23714 0 0 0 221 38 0 0 20 0 19 0 151970285 19498610688 403965 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4760403 403965 5867 1 0 1088983 0
[pid=766498/tid=766500] ppid=766495 vsize=19041612 memory=0 CPUtime=1.32 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 6792 0 0 0 98 34 0 0 20 0 19 0 151970285 19498610688 403965 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151970290 19498610688 403965 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151970292 19498610688 403965 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1615860 KiB

[startup+3.10548 s]
/proc/loadavg: 4.98 4.38 4.18 7/321 766518
/proc/meminfo: memFree=118275560/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=2669004 CPUtime=5.77 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 25335 0 0 0 518 59 0 0 20 0 20 0 151970285 19566772224 667251 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 667251 5905 1 0 1089679 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=12724 CPUtime=2.89 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 7421 0 0 0 235 54 0 0 20 0 20 0 151970285 19566772224 667251 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=612500 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 667251 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151970292 19566772224 667251 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 667251 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2669004 KiB

[startup+6.30037 s]
/proc/loadavg: 4.98 4.38 4.18 5/321 766518
/proc/meminfo: memFree=117565020/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=3390764 CPUtime=11.08 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 26041 0 0 0 1036 72 0 0 20 0 20 0 151970285 19566772224 847691 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 847691 5905 1 0 1089683 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=0 CPUtime=6.06 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 7875 0 0 0 540 66 0 0 20 0 20 0 151970285 19566772224 847691 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 847691 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151970292 19566772224 847691 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 847691 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 11.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3390764 KiB

[startup+12.7004 s]
/proc/loadavg: 4.91 4.39 4.18 5/321 766519
/proc/meminfo: memFree=117314232/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=3433400 CPUtime=17.67 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 26875 0 0 0 1694 73 0 0 20 0 20 0 151970285 19566772224 858350 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 858350 5905 1 0 1089690 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=11408 CPUtime=12.24 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 8589 0 0 0 1157 67 0 0 20 0 20 0 151970285 19566772224 858350 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=3433400 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 858350 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=-8814782960694108860 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151970292 19566772224 858350 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=2669004 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 858350 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 17.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3433400 KiB

[startup+25.5005 s]
/proc/loadavg: 4.84 4.39 4.18 5/321 766521
/proc/meminfo: memFree=116876452/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=3462888 CPUtime=30.88 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 33662 0 0 0 3013 75 0 0 20 0 20 0 151970285 19566772224 865722 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 865722 5921 1 0 1089752 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=3433400 CPUtime=24.75 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 11594 0 0 0 2408 67 0 0 20 0 20 0 151970285 19566772224 865722 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=3462884 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 865722 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=3462884 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151970292 19566772224 865722 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 865722 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 30.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3462888 KiB

[startup+51.1132 s]
/proc/loadavg: 4.91 4.44 4.20 5/321 766525
/proc/meminfo: memFree=116471736/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=3463152 CPUtime=57.17 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 42431 0 0 0 5639 78 0 0 20 0 20 0 151970285 19566772224 865788 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 865788 5921 1 0 1089752 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=3463140 CPUtime=49.72 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 14676 0 0 0 4905 67 0 0 20 0 20 0 151970285 19566772224 865788 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=3463132 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 865788 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 151970292 19566772224 865788 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=6688 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=109966748/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=4312356 CPUtime=3252.99 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 312769 0 0 0 324997 302 0 0 20 0 20 0 151970285 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 1078089 5969 1 0 1091342 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=4312288 CPUtime=3155.94 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 159249 0 0 0 315502 92 0 0 20 0 20 0 151970285 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 161 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=4312296 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=4312328 CPUtime=0 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 3985 0 0 0 0 0 0 0 20 0 20 0 151970292 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 3252.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4312356 KiB

[startup+3282.3 s]
/proc/loadavg: 4.74 4.40 4.30 5/321 768111
/proc/meminfo: memFree=109966220/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=4312356 CPUtime=3313.23 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 316965 0 0 0 331018 305 0 0 20 0 20 0 151970285 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 1078089 5969 1 0 1091342 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=39124 CPUtime=3214.73 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 161779 0 0 0 321380 93 0 0 20 0 20 0 151970285 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 166 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=4312356 CPUtime=0.01 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 4082 0 0 0 1 0 0 0 20 0 20 0 151970292 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=32488 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 1078089 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 3313.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4312356 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.33 4.28 5/321 768121
/proc/meminfo: memFree=109965828/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=4312380 CPUtime=3373.74 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 321476 0 0 0 337065 309 0 0 20 0 20 0 151970285 19566772224 1078095 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 1078095 5969 1 0 1091342 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=11408 CPUtime=3273.66 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 164722 0 0 0 327273 93 0 0 20 0 20 0 151970285 19566772224 1078095 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 168 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=4312356 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 1078095 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=4312380 CPUtime=0.01 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 4160 0 0 0 1 0 0 0 20 0 20 0 151970292 19566772224 1078095 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=4312380 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 1078095 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 3373.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4312380 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.34 4.28 5/324 768303
/proc/meminfo: memFree=109750224/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=4312404 CPUtime=3434.38 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 325867 0 0 0 343126 312 0 0 20 0 20 0 151970285 19566772224 1078101 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 1078101 5969 1 0 1091345 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=4312356 CPUtime=3332.7 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 167356 0 0 0 333176 94 0 0 20 0 20 0 151970285 19566772224 1078101 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 170 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=4312380 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 1078101 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=4312380 CPUtime=0.01 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 4237 0 0 0 1 0 0 0 20 0 20 0 151970292 19566772224 1078101 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=4312404 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 1078101 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 3434.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4312404 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.31 4.27 5/324 768313
/proc/meminfo: memFree=109466596/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=4312416 CPUtime=3494.87 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 330554 0 0 0 349171 316 0 0 20 0 20 0 151970285 19566772224 1078104 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 1078104 5969 1 0 1091345 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=4312356 CPUtime=3391.11 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 170214 0 0 0 339017 94 0 0 20 0 20 0 151970285 19566772224 1078104 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 172 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=4312380 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 1078104 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=4312380 CPUtime=0.01 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 4334 0 0 0 1 0 0 0 20 0 20 0 151970292 19566772224 1078104 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=4312416 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 1078104 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 3494.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4312416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.28 4.27 5/323 768338
/proc/meminfo: memFree=109116728/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=4312456 CPUtime=3555.56 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 335009 0 0 0 355237 319 0 0 20 0 20 0 151970285 19566772224 1078114 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 1078114 5969 1 0 1091345 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=4312416 CPUtime=3449.65 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 173056 0 0 0 344870 95 0 0 20 0 20 0 151970285 19566772224 1078114 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 178 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=4312456 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 1078114 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=5524 CPUtime=0.01 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 4431 0 0 0 1 0 0 0 20 0 20 0 151970292 19566772224 1078114 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=4312456 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 1078114 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 3555.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4312456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.5 s]
/proc/loadavg: 3.91 4.20 4.24 3/270 768412
/proc/meminfo: memFree=120506896/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=4312460 CPUtime=3600.07 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 338857 0 0 0 359685 322 0 0 20 0 20 0 151970285 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 1078115 5969 1 0 1091345 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=4312456 CPUtime=3493.07 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 175217 0 0 0 349212 95 0 0 20 0 20 0 151970285 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=4312460 CPUtime=0.01 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 4431 0 0 0 1 0 0 0 20 0 20 0 151970292 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=32072 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4312460 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.96 s, system=3.24377 s

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

[startup+3566.5 s]
/proc/loadavg: 3.91 4.20 4.24 3/270 768412
/proc/meminfo: memFree=120506896/131655788 swapFree=131071996/131071996
[pid=766498] ppid=766495 vsize=19108176 memory=4312460 CPUtime=3600.07 cores=0,2
/proc/766498/stat : 766498 (java) S 766495 766498 763743 0 -1 1077936128 338857 0 0 0 359685 322 0 0 20 0 20 0 151970285 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
/proc/766498/statm: 4777044 1078115 5969 1 0 1091345 0
[pid=766498/tid=766500] ppid=766495 vsize=19108176 memory=4312456 CPUtime=3493.07 cores=0,2
/proc/766498/task/766500/stat : 766500 (java) R 766495 766498 763743 0 -1 4194368 175217 0 0 0 349212 95 0 0 20 0 20 0 151970285 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 187 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766509] ppid=766495 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/766498/task/766509/stat : 766509 (Finalizer) S 766495 766498 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151970290 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766516] ppid=766495 vsize=19108176 memory=4312460 CPUtime=0.01 cores=0,2
/proc/766498/task/766516/stat : 766516 (Common-Cleaner) S 766495 766498 763743 0 -1 1077936192 4431 0 0 0 1 0 0 0 20 0 20 0 151970292 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
[pid=766498/tid=766518] ppid=766495 vsize=19108176 memory=32072 CPUtime=0 cores=0,2
/proc/766498/task/766518/stat : 766518 (Timer-0) S 766495 766498 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151970471 19566772224 1078115 134679101440 94338483621888 94338483625584 140720741976896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94338483633400 94338483634192 94338489430016 140720741983216 140720741983329 140720741983329 140720741990344 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4312460 KiB

Child status: 143

Real time (s): 3566.57
CPU time (s): 3600.21
CPU user time (s): 3596.96
CPU system time (s): 3.24377
CPU usage (%): 100.943
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4312460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.96
system time used= 3.24377
maximum resident set size= 4314124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 342107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131712
involuntary context switches= 28983


# summary of solver processes directly reported to runsolver:
#   pid: 766498
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3596.96
#   total CPU system time (s): 3.24377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1162 second user time and 37.9868 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-15 01:02:29
IDJOB=4427622
IDBENCH=155717
IDSOLVER=3046
FILE ID=nodeC007/4427622-1720998136
RUNJOBID= nodeC007-1720994548-763753
SLURM_JOB_ID= 7505308
Free space on /tmp= 723708 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427622-1720998136/watcher-4427622-1720998136 -o /tmp/evaluation-result-4427622-1720998136/solver-4427622-1720998136 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720994548-763753 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427622-1720998136.opb

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

MD5SUM BENCH= ee8f5ca8a7564b2d122e7dc0e93c6e43
RANDOM SEED=895933221

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        120929032 kB
MemAvailable:   121850944 kB
Buffers:          343776 kB
Cached:          1413212 kB
SwapCached:            0 kB
Active:           583500 kB
Inactive:        9591432 kB
Active(anon):       1468 kB
Inactive(anon):  8454176 kB
Active(file):     582032 kB
Inactive(file):  1137256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             77324 kB
Writeback:             0 kB
AnonPages:       8417784 kB
Mapped:           122780 kB
Shmem:             37704 kB
KReclaimable:      85308 kB
Slab:             179560 kB
SReclaimable:      85308 kB
SUnreclaim:        94252 kB
KernelStack:        4864 kB
PageTables:        26384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13036828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            48960 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8101888 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:      238408 kB
DirectMap2M:    18540544 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC007 at 2024-07-15 02:01:56