Trace number 4427448

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.32 3569.46

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_2.opb
MD5SUM52024caa2fcec9d840e113a681eace59
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 benchmark40876.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1196
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3589
Number of bits of the biggest sum of numbers12
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.13/0.10	c version CUSTOM.v20240707
0.13/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.11	c java.vm.version	22.0.1+8-16
0.13/0.11	c java.vm.vendor	Oracle Corporation
0.13/0.11	c sun.arch.data.model	64
0.13/0.11	c java.version		22.0.1
0.13/0.11	c os.name		Linux
0.13/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.11	c os.arch		amd64
0.13/0.12	c Free memory 		2115194816
0.13/0.12	c Max memory 		16282288128
0.13/0.12	c Total memory 		2122317824
0.13/0.12	c Number of processors 	2
0.32/0.22	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.22	 - never skip resolution steps
0.32/0.22	 - Auto-division on coefficients is disabled
0.32/0.22	 - No postprocessing
0.32/0.22	 - Conflict is considered as is when resolving
0.32/0.22	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.22	 - Weaken first using unassigned literals
0.32/0.22	 - Bump strategy: ALWAYS_ONE
0.32/0.22	 - Bumper: ASSIGNED
0.32/0.22	--- Begin Solver configuration ---
0.32/0.22	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.22	Learn all clauses as in MiniSAT
0.32/0.22	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.22	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.22	No reason simplification
0.32/0.22	Armin Biere (Picosat) restarts strategy
0.32/0.22	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.22	timeout=2147483s
0.32/0.22	DB Simplification allowed=false
0.32/0.22	Listener: none
0.32/0.22	--- End Solver configuration ---
0.32/0.22	c Pseudo Boolean Optimization by upper bound
0.32/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.22	c  - never skip resolution steps
0.32/0.22	c  - Auto-division on coefficients is disabled
0.32/0.22	c  - No postprocessing
0.32/0.22	c  - Conflict is considered as is when resolving
0.32/0.22	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.22	c  - Weaken first using unassigned literals
0.32/0.22	c  - Bump strategy: ALWAYS_ONE
0.32/0.22	c  - Bumper: ASSIGNED
0.32/0.22	c --- Begin Solver configuration ---
0.32/0.22	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.22	c Learn all clauses as in MiniSAT
0.32/0.22	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.22	c No reason simplification
0.32/0.22	c Armin Biere (Picosat) restarts strategy
0.32/0.22	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.22	c timeout=2147483s
0.32/0.22	c DB Simplification allowed=false
0.32/0.22	c Listener: none
0.32/0.22	c --- End Solver configuration ---
0.32/0.22	c solving HOME/instance-4427448-1720994538.opb
0.32/0.22	c reading problem ... 
0.32/0.22	c  objective function found
0.32/0.25	c ... done. Wall clock time 0.027s.
0.32/0.25	c declared #vars     41
0.32/0.25	c #constraints  11
0.32/0.25	c constraints type 
0.32/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 10
0.32/0.25	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.32/0.25	c 11 constraints processed.
0.32/0.27	c objective function length is 1 literals
5.10/2.75	c cleaning 2495 clauses out of 5000 with flag 0/5000
9.95/7.02	c cleaning 4249 clauses out of 8505 with flag 0/11000
20.28/16.05	c cleaning 5622 clauses out of 11256 with flag 0/18000
32.45/28.16	c cleaning 6814 clauses out of 13634 with flag 0/26000
52.52/48.25	c cleaning 7905 clauses out of 15821 with flag 0/35001
73.06/68.72	c cleaning 8953 clauses out of 17915 with flag 0/45000
99.16/94.54	c cleaning 9973 clauses out of 19962 with flag 0/56000
132.87/128.06	c cleaning 10989 clauses out of 21989 with flag 0/68000
170.85/165.89	c cleaning 11993 clauses out of 24000 with flag 0/81000
211.76/206.41	c cleaning 13003 clauses out of 26008 with flag 0/95001
255.82/250.28	c cleaning 13673 clauses out of 28007 with flag 0/110003
282.81/276.89	c cleaning 13244 clauses out of 30331 with flag 0/126000
315.55/309.17	c cleaning 13987 clauses out of 34089 with flag 0/143002
360.59/353.81	c cleaning 15082 clauses out of 38102 with flag 0/161002
446.12/438.83	c cleaning 16762 clauses out of 42018 with flag 0/180000
549.18/541.47	c cleaning 17549 clauses out of 45257 with flag 0/200001
650.78/642.53	c cleaning 17712 clauses out of 48709 with flag 0/221002
721.71/713.20	c cleaning 18099 clauses out of 52995 with flag 0/243000
848.10/838.74	c cleaning 20003 clauses out of 57897 with flag 0/266001
974.62/964.35	c cleaning 20684 clauses out of 61895 with flag 0/290002
1125.27/1113.24	c cleaning 21585 clauses out of 66210 with flag 0/315001
1377.68/1363.55	c cleaning 22615 clauses out of 70625 with flag 0/341001
1623.84/1608.12	c cleaning 23838 clauses out of 75010 with flag 0/368001
1860.60/1843.67	c cleaning 24373 clauses out of 79173 with flag 0/396002
2047.57/2027.94	c cleaning 24965 clauses out of 83799 with flag 0/425001
2250.43/2227.21	c cleaning 25448 clauses out of 88833 with flag 0/455000
2493.44/2468.97	c cleaning 26605 clauses out of 94386 with flag 0/486001
2875.59/2850.47	c cleaning 28270 clauses out of 99782 with flag 0/518002
3120.07/3092.51	c cleaning 27772 clauses out of 104513 with flag 0/551003
3506.63/3478.89	c cleaning 29082 clauses out of 110739 with flag 0/585001
3600.05/3569.32	c starts		: 165
3600.05/3569.33	c timeout
3600.05/3569.38	c conflicts		: 606915
3600.05/3569.38	c decisions		: 710673
3600.05/3569.38	c propagations		: 2770291
3600.05/3569.38	c inspects		: 3247696779
3600.05/3569.38	c shortcuts		: 0
3600.05/3569.38	c learnt literals	: 0
3600.05/3569.38	c learnt binary clauses	: 0
3600.05/3569.38	c learnt ternary clauses	: 0
3600.05/3569.38	c learnt constraints	: 606914
3600.05/3569.38	c ignored constraints	: 0
3600.05/3569.38	c root simplifications	: 0
3600.05/3569.38	c removed literals (reason simplification)	: 0
3600.05/3569.38	c reason swapping (by a shorter reason)	: 0
3600.05/3569.38	c Calls to reduceDB	: 30
3600.05/3569.38	c Number of update (reduction) of LBD	: 2
3600.05/3569.38	c Imported unit clauses	: 0
3600.05/3569.38	c No decision after first conflict	: false
3600.05/3569.38	c number of reductions to clauses (during analyze)	: 0
3600.05/3569.38	c number of learned constraints concerned by reduction	: 0
3600.05/3569.38	c number of learning phase by resolution	: 0
3600.05/3569.38	c number of learning phase by cutting planes	: 0
3600.05/3569.38	c number of rounding to 1 operations	: 2808398
3600.05/3569.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3569.38	c number of reductions of the coefficients by power 2 	: 0
3600.05/3569.38	c number of right shift for reduction by power 2 	: 0
3600.05/3569.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3569.38	c number of ending skipping 	: 0
3600.05/3569.38	c number of internal skipping 	: 0
3600.05/3569.38	c number of derivation steps 	: 2085349
3600.05/3569.38	c number of skipped derivation steps 	: 0
3600.05/3569.38	c number of remaining unassigned 	: 250505
3600.05/3569.38	c number of remaining assigned 	: 39152400
3600.05/3569.38	c number of falsified literals weakened from reason	: 0
3600.05/3569.38	c number of falsified literals weakened from conflict	: 0
3600.05/3569.38	c time for arithmetic operations	: 1864776276
3600.05/3569.38	c minimum degree of deleted constraints	: 4
3600.05/3569.38	c maximum degree of deleted constraints	: 15087855
3600.05/3569.38	c number of deleted constraints	: 503344
3600.05/3569.38	c speed (assignments/second)	: 776.1858144948261
3600.05/3569.38	c non guided choices	: 18
3600.24/3569.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 53804
3600.24/3569.44	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.24/3569.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 49764
3600.24/3569.44	s UNKNOWN
3600.24/3569.44	c Total wall clock time (in seconds): 3569.217

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427448-1720994538/watcher-4427448-1720994538 -o /tmp/evaluation-result-4427448-1720994538/solver-4427448-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1720994549-762760 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427448-1720994538.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=762960, runsolver pid=762957
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 0.10 0.09 0.09 8/293 762996
/proc/meminfo: memFree=126875812/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=18975048 memory=56712 CPUtime=0.13 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 6737 0 0 0 10 3 0 0 20 0 18 0 151610752 19430449152 14178 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4743762 14178 5568 1 0 551000 0
[pid=762960/tid=762962] ppid=762957 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 5621 0 0 0 6 2 0 0 20 0 18 0 151610753 19430449152 14178 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=18975048 memory=215671374179 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610756 19430449152 14178 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=18975048 memory=14695214262545104 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610757 19430449152 14178 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56712 KiB

[startup+0.207741 s]*
/proc/loadavg: 0.10 0.09 0.09 9/293 762998
/proc/meminfo: memFree=126852912/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=18975048 memory=67320 CPUtime=0.32 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 7550 0 0 0 28 4 0 0 20 0 18 0 151610752 19430449152 16830 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4743762 16830 5859 1 0 551673 0
[pid=762960/tid=762962] ppid=762957 vsize=18975048 memory=3472328300254199927 CPUtime=0.19 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 5949 0 0 0 17 2 0 0 20 0 18 0 151610753 19430449152 16830 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=18975048 memory=641 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610756 19430449152 16830 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=18975048 memory=14132264309099584 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610757 19430449152 16830 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67320 KiB

[startup+0.30997 s]*
/proc/loadavg: 0.10 0.09 0.09 10/306 763018
/proc/meminfo: memFree=126785860/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19041612 memory=70688 CPUtime=0.5 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 7896 0 0 0 46 4 0 0 20 0 19 0 151610752 19498610688 17672 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4760403 17672 5897 1 0 552131 0
[pid=762960/tid=762962] ppid=762957 vsize=19041612 memory=-8673205458340061884 CPUtime=0.28 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 1077936192 6160 0 0 0 26 2 0 0 20 0 19 0 151610753 19498610688 17672 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151610756 19498610688 17672 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151610757 19498610688 17672 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151610780 19498610688 17672 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70688 KiB

[startup+0.707947 s]
/proc/loadavg: 0.10 0.09 0.09 12/317 763031
/proc/meminfo: memFree=126604408/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=168688 CPUtime=1.25 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 10992 0 0 0 117 8 0 0 20 0 20 0 151610752 19566772224 42172 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 42172 5897 1 0 554209 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=38920 CPUtime=0.63 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 6218 0 0 0 57 6 0 0 20 0 20 0 151610753 19566772224 42172 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=12556 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 42172 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=2276 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151610757 19566772224 42172 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=1988 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 42172 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 168688 KiB

[startup+1.50594 s]
/proc/loadavg: 0.90 0.25 0.14 10/319 763033
/proc/meminfo: memFree=126269056/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=324884 CPUtime=2.8 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 27737 0 0 0 266 14 0 0 20 0 20 0 151610752 19566772224 81221 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 81221 5929 1 0 561621 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=12556 CPUtime=1.36 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 6526 0 0 0 128 8 0 0 20 0 20 0 151610753 19566772224 81221 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 81221 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151610757 19566772224 81221 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 81221 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 324884 KiB

[startup+3.10594 s]
/proc/loadavg: 0.90 0.25 0.14 8/320 763034
/proc/meminfo: memFree=124449484/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=1003724 CPUtime=5.75 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 31218 0 0 0 549 26 0 0 20 0 20 0 151610752 19566772224 250931 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 250931 5929 1 0 561678 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=168688 CPUtime=2.93 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 8637 0 0 0 273 20 0 0 20 0 20 0 151610753 19566772224 250931 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=-8671788192146825916 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 250931 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151610757 19566772224 250931 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=12556 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 250931 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1003724 KiB

[startup+6.30028 s]
/proc/loadavg: 1.14 0.31 0.16 5/320 763034
/proc/meminfo: memFree=122760000/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=1337052 CPUtime=9.18 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 31890 0 0 0 885 33 0 0 20 0 20 0 151610752 19566772224 334263 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 334263 5929 1 0 561685 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=0 CPUtime=6.06 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 8884 0 0 0 580 26 0 0 20 0 20 0 151610753 19566772224 334263 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=12556 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 334263 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151610757 19566772224 334263 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=11404 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 334263 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 9.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1337052 KiB

[startup+12.7004 s]
/proc/loadavg: 1.45 0.39 0.19 5/320 763035
/proc/meminfo: memFree=121774480/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=1349092 CPUtime=16.96 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 33961 0 0 0 1662 34 0 0 20 0 20 0 151610752 19566772224 337273 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 337273 5929 1 0 561852 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=12556 CPUtime=12.33 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 9387 0 0 0 1207 26 0 0 20 0 20 0 151610753 19566772224 337273 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 337273 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151610757 19566772224 337273 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=3472468939965109312 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 337273 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 16.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349092 KiB

[startup+25.5005 s]
/proc/loadavg: 1.93 0.53 0.24 5/320 763037
/proc/meminfo: memFree=119022668/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=1891040 CPUtime=29.84 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 39778 0 0 0 2939 45 0 0 20 0 20 0 151610752 19566772224 472760 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 472760 5929 1 0 697625 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=1888984 CPUtime=24.64 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 11393 0 0 0 2428 36 0 0 20 0 20 0 151610753 19566772224 472760 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=5524 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 472760 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=12556 CPUtime=0 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151610757 19566772224 472760 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=12556 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 472760 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 29.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1891040 KiB

[startup+51.1133 s]
/proc/loadavg: 2.85 0.89 0.37 5/320 763041
/proc/meminfo: memFree=117778212/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=2422884 CPUtime=55.44 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 45561 0 0 0 5486 58 0 0 20 0 20 0 151610752 19566772224 605721 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 605721 5929 1 0 831316 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=2420816 CPUtime=49.68 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 15445 0 0 0 4920 48 0 0 20 0 20 0 151610753 19566772224 605721 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0

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

[startup+3222.3 s]
/proc/loadavg: 4.28 4.28 4.16 5/319 765143
/proc/meminfo: memFree=111582792/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=4234300 CPUtime=3250.04 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 339567 0 0 0 324694 310 0 0 20 0 20 0 151610752 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 1058575 5955 1 0 1088822 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=4234300 CPUtime=3159.05 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 182132 0 0 0 315805 100 0 0 20 0 20 0 151610753 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=4234300 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=12556 CPUtime=0.01 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 4315 0 0 0 1 0 0 0 20 0 20 0 151610757 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=4234300 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 3250.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4234300 KiB

[startup+3282.3 s]
/proc/loadavg: 5.25 4.55 4.26 5/319 765153
/proc/meminfo: memFree=111580504/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=4234300 CPUtime=3310.03 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 344292 0 0 0 330690 313 0 0 20 0 20 0 151610752 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 1058575 5955 1 0 1088822 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=4234300 CPUtime=3218.3 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 185451 0 0 0 321729 101 0 0 20 0 20 0 151610753 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=4234300 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=25884 CPUtime=0.01 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 4423 0 0 0 1 0 0 0 20 0 20 0 151610757 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=39816 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 3310.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4234300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.67 4.52 4.27 5/319 765164
/proc/meminfo: memFree=111579092/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=4234300 CPUtime=3370.02 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 348837 0 0 0 336685 317 0 0 20 0 20 0 151610752 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 1058575 5955 1 0 1088822 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=11404 CPUtime=3277.67 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 188057 0 0 0 327666 101 0 0 20 0 20 0 151610753 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=4234300 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=12556 CPUtime=0.01 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 4532 0 0 0 1 0 0 0 20 0 20 0 151610757 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=4234300 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 1058575 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 3370.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4234300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.46 4.26 5/322 765345
/proc/meminfo: memFree=111578100/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=4234304 CPUtime=3430.05 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 353212 0 0 0 342683 322 0 0 20 0 20 0 151610752 19566772224 1058576 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 1058576 5955 1 0 1088822 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=12556 CPUtime=3336.96 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 190692 0 0 0 333594 102 0 0 20 0 20 0 151610753 19566772224 1058576 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=4234304 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 1058576 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=4234304 CPUtime=0.01 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 4532 0 0 0 1 0 0 0 20 0 20 0 151610757 19566772224 1058576 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=4234304 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 1058576 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 3430.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4234304 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.40 4.26 5/321 765489
/proc/meminfo: memFree=113219192/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19108176 memory=4234308 CPUtime=3490.13 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 357851 0 0 0 348687 326 0 0 20 0 20 0 151610752 19566772224 1058577 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4777044 1058577 5955 1 0 1088822 0
[pid=762960/tid=762962] ppid=762957 vsize=19108176 memory=12556 CPUtime=3396.29 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 193327 0 0 0 339526 103 0 0 20 0 20 0 151610753 19566772224 1058577 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19108176 memory=12556 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610756 19566772224 1058577 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19108176 memory=4234304 CPUtime=0.01 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 4630 0 0 0 1 0 0 0 20 0 20 0 151610757 19566772224 1058577 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19108176 memory=11404 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610780 19566772224 1058577 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 3490.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4234308 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.37 4.26 5/321 765516
/proc/meminfo: memFree=111849028/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19174740 memory=4234544 CPUtime=3551.65 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 363838 0 0 0 354835 330 0 0 20 0 21 0 151610752 19634933760 1058636 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4793685 1058636 5955 1 0 1089162 0
[pid=762960/tid=762962] ppid=762957 vsize=19174740 memory=4234304 CPUtime=3454.68 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 196874 0 0 0 345365 103 0 0 20 0 21 0 151610753 19634933760 1058636 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 30 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19174740 memory=4234304 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151610756 19634933760 1058636 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19174740 memory=38920 CPUtime=0.01 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 4677 0 0 0 1 0 0 0 20 0 21 0 151610757 19634933760 1058636 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19174740 memory=4234544 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 151610780 19634933760 1058636 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 3551.65 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4234544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3569.3 s]
/proc/loadavg: 4.47 4.41 4.28 5/321 765590
/proc/meminfo: memFree=112248224/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19174740 memory=4234612 CPUtime=3600.05 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 365652 0 0 0 359672 333 0 0 20 0 21 0 151610752 19634933760 1058653 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4793685 1058653 5955 1 0 1089162 0
[pid=762960/tid=762962] ppid=762957 vsize=19174740 memory=4234560 CPUtime=3500.59 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) R 762957 762960 762750 0 -1 4194368 198278 0 0 0 349956 103 0 0 20 0 21 0 151610753 19634933760 1058653 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 38 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19174740 memory=4234544 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151610756 19634933760 1058653 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19174740 memory=-8671788192146825916 CPUtime=0.01 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 4757 0 0 0 1 0 0 0 20 0 21 0 151610757 19634933760 1058653 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=763009] ppid=762957 vsize=19174740 memory=4234612 CPUtime=0 cores=0,2
/proc/762960/task/763009/stat : 763009 (Timer-0) S 762957 762960 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 151610780 19634933760 1058653 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4234612 KiB

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

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

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

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

[startup+3569.41 s]
/proc/loadavg: 4.47 4.41 4.28 5/321 765590
/proc/meminfo: memFree=112248224/131655788 swapFree=131071996/131071996
[pid=762960] ppid=762957 vsize=19374432 memory=4235404 CPUtime=3600.24 cores=0,2
/proc/762960/stat : 762960 (java) S 762957 762960 762750 0 -1 1077936128 369405 0 0 0 359690 334 0 0 20 0 22 0 151610752 19839418368 1058851 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
/proc/762960/statm: 4843608 1058851 5954 1 0 1090081 0
[pid=762960/tid=762962] ppid=762957 vsize=19374432 memory=4864 CPUtime=3500.62 cores=0,2
/proc/762960/task/762962/stat : 762962 (java) S 762957 762960 762750 0 -1 1077936192 198395 0 0 0 349959 103 0 0 20 0 22 0 151610753 19839418368 1058851 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 38 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762971] ppid=762957 vsize=19374432 memory=-8671788192146825916 CPUtime=0 cores=0,2
/proc/762960/task/762971/stat : 762971 (Finalizer) S 762957 762960 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 151610756 19839418368 1058851 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
[pid=762960/tid=762978] ppid=762957 vsize=19374432 memory=511 CPUtime=0.01 cores=0,2
/proc/762960/task/762978/stat : 762978 (Common-Cleaner) S 762957 762960 762750 0 -1 1077936192 4757 0 0 0 1 0 0 0 20 0 22 0 151610757 19839418368 1058851 134679101440 94700388909056 94700388912752 140729751229632 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94700388920568 94700388921360 94700397711360 140729751233520 140729751233633 140729751233633 140729751240648 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 4235404 KiB

Child status: 143

Real time (s): 3569.46
CPU time (s): 3600.32
CPU user time (s): 3596.96
CPU system time (s): 3.35797
CPU usage (%): 100.865
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 4235404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.96
system time used= 3.35797
maximum resident set size= 4236348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369681
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133150
involuntary context switches= 29176


# summary of solver processes directly reported to runsolver:
#   pid: 762960
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.96
#   total CPU system time (s): 3.35797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8704 second user time and 38.8172 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-15 00:02:31
IDJOB=4427448
IDBENCH=147576
IDSOLVER=3046
FILE ID=nodeC012/4427448-1720994538
RUNJOBID= nodeC012-1720994549-762760
SLURM_JOB_ID= 7505313
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_2.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427448-1720994538/watcher-4427448-1720994538 -o /tmp/evaluation-result-4427448-1720994538/solver-4427448-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1720994549-762760 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427448-1720994538.opb

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

MD5SUM BENCH= 52024caa2fcec9d840e113a681eace59
RANDOM SEED=895933221

nodeC012.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		: 2331.727
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	: 6984.37
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		: 2494.419
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.32
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		: 2475.107
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	: 6984.37
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		: 3192.856
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.32
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		: 2552.296
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	: 6984.37
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		: 3292.633
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.32
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		: 2772.795
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	: 6984.37
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		: 3093.080
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126925072 kB
MemAvailable:   128843856 kB
Buffers:          338228 kB
Cached:          2401592 kB
SwapCached:            0 kB
Active:           514104 kB
Inactive:        3649372 kB
Active(anon):       1440 kB
Inactive(anon):  1459896 kB
Active(file):     512664 kB
Inactive(file):  2189476 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7384 kB
Writeback:            40 kB
AnonPages:       1423744 kB
Mapped:           122512 kB
Shmem:             37704 kB
KReclaimable:     113348 kB
Slab:             210588 kB
SReclaimable:     113348 kB
SUnreclaim:        97240 kB
KernelStack:        4432 kB
PageTables:        12596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5114152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49152 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 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:      244552 kB
DirectMap2M:    15388672 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC012 at 2024-07-15 01:02:00