Trace number 4427454

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-12UNSAT 1182.39 1172.95

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_2.opb
MD5SUMa43d5b92138f857c927653ddd012ddd6
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 benchmark13.3391
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
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 constraints8
Minimum length of a constraint1
Maximum length of a constraint30
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 808
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2424
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2113181440
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.13/0.11	c Number of processors 	2
0.13/0.18	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.18	 - never skip resolution steps
0.13/0.18	 - Auto-division on coefficients is disabled
0.13/0.18	 - No postprocessing
0.13/0.18	 - Conflict is considered as is when resolving
0.13/0.18	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.18	 - Weaken first using unassigned literals
0.13/0.18	 - Bump strategy: ALWAYS_ONE
0.13/0.18	 - Bumper: ASSIGNED
0.13/0.18	--- Begin Solver configuration ---
0.13/0.18	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.18	Learn all clauses as in MiniSAT
0.13/0.18	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.18	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.18	No reason simplification
0.13/0.18	Armin Biere (Picosat) restarts strategy
0.13/0.18	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.18	timeout=2147483s
0.13/0.18	DB Simplification allowed=false
0.13/0.18	Listener: none
0.13/0.18	--- End Solver configuration ---
0.13/0.18	c Pseudo Boolean Optimization by upper bound
0.13/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.18	c  - never skip resolution steps
0.13/0.18	c  - Auto-division on coefficients is disabled
0.13/0.18	c  - No postprocessing
0.13/0.18	c  - Conflict is considered as is when resolving
0.13/0.18	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.18	c  - Weaken first using unassigned literals
0.13/0.18	c  - Bump strategy: ALWAYS_ONE
0.13/0.18	c  - Bumper: ASSIGNED
0.13/0.18	c --- Begin Solver configuration ---
0.13/0.18	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.18	c Learn all clauses as in MiniSAT
0.13/0.18	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.18	c No reason simplification
0.13/0.18	c Armin Biere (Picosat) restarts strategy
0.13/0.18	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.18	c timeout=2147483s
0.13/0.18	c DB Simplification allowed=false
0.13/0.18	c Listener: none
0.13/0.18	c --- End Solver configuration ---
0.13/0.18	c solving HOME/instance-4427454-1720994538.opb
0.13/0.18	c reading problem ... 
0.13/0.19	c  objective function found
0.13/0.20	c ... done. Wall clock time 0.015s.
0.13/0.20	c declared #vars     31
0.13/0.20	c #constraints  9
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 8
0.13/0.20	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.13/0.20	c 9 constraints processed.
0.32/0.21	c objective function length is 1 literals
6.12/3.43	c cleaning 2498 clauses out of 5000 with flag 0/5000
14.13/11.24	c cleaning 4249 clauses out of 8504 with flag 0/11002
28.87/25.46	c cleaning 5622 clauses out of 11254 with flag 0/18001
52.12/48.28	c cleaning 6814 clauses out of 13631 with flag 0/26000
81.15/76.58	c cleaning 7907 clauses out of 15820 with flag 0/35003
112.70/108.05	c cleaning 8951 clauses out of 17912 with flag 0/45002
159.91/154.98	c cleaning 9980 clauses out of 19959 with flag 0/56000
218.12/213.15	c cleaning 10986 clauses out of 21980 with flag 0/68001
286.58/281.59	c cleaning 11993 clauses out of 23993 with flag 0/81000
370.00/364.89	c cleaning 12933 clauses out of 26000 with flag 0/95000
464.02/458.61	c cleaning 12979 clauses out of 28067 with flag 0/110000
582.37/576.77	c cleaning 14101 clauses out of 31089 with flag 0/126001
702.91/697.01	c cleaning 14677 clauses out of 33988 with flag 0/143001
832.49/826.27	c cleaning 15422 clauses out of 37312 with flag 0/161002
998.50/990.01	c cleaning 16511 clauses out of 40888 with flag 0/180000
1182.20/1172.89	c starts		: 117
1182.20/1172.89	c conflicts		: 199538
1182.20/1172.89	c decisions		: 220534
1182.20/1172.89	c propagations		: 1208067
1182.20/1172.89	c inspects		: 1392613024
1182.20/1172.89	c shortcuts		: 0
1182.20/1172.89	c learnt literals	: 0
1182.20/1172.89	c learnt binary clauses	: 1
1182.20/1172.89	c learnt ternary clauses	: 7
1182.20/1172.89	c learnt constraints	: 199537
1182.20/1172.89	c ignored constraints	: 0
1182.20/1172.89	c root simplifications	: 0
1182.20/1172.89	c removed literals (reason simplification)	: 0
1182.20/1172.89	c reason swapping (by a shorter reason)	: 0
1182.20/1172.89	c Calls to reduceDB	: 15
1182.20/1172.89	c Number of update (reduction) of LBD	: 0
1182.20/1172.89	c Imported unit clauses	: 0
1182.20/1172.89	c No decision after first conflict	: false
1182.20/1172.89	c number of reductions to clauses (during analyze)	: 0
1182.20/1172.89	c number of learned constraints concerned by reduction	: 0
1182.20/1172.89	c number of learning phase by resolution	: 0
1182.20/1172.89	c number of learning phase by cutting planes	: 0
1182.20/1172.89	c number of rounding to 1 operations	: 1232326
1182.20/1172.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1182.20/1172.89	c number of reductions of the coefficients by power 2 	: 0
1182.20/1172.89	c number of right shift for reduction by power 2 	: 0
1182.20/1172.89	c number of reductions of the coefficients by GCD over coefficients 	: 0
1182.20/1172.89	c number of ending skipping 	: 0
1182.20/1172.89	c number of internal skipping 	: 0
1182.20/1172.89	c number of derivation steps 	: 917822
1182.20/1172.89	c number of skipped derivation steps 	: 0
1182.20/1172.89	c number of remaining unassigned 	: 88212
1182.20/1172.89	c number of remaining assigned 	: 12762876
1182.20/1172.89	c number of falsified literals weakened from reason	: 0
1182.20/1172.89	c number of falsified literals weakened from conflict	: 0
1182.20/1172.89	c time for arithmetic operations	: 703419629
1182.20/1172.89	c minimum degree of deleted constraints	: 4
1182.20/1172.89	c maximum degree of deleted constraints	: 153656648
1182.20/1172.89	c number of deleted constraints	: 155623
1182.20/1172.90	c speed (assignments/second)	: 1030.17617764437
1182.20/1172.90	c non guided choices	: 13
1182.32/1172.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 19478
1182.32/1172.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
1182.32/1172.92	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24435
1182.32/1172.92	s UNSATISFIABLE
1182.32/1172.92	c Total wall clock time (in seconds): 1172.743

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427454-1720994538/watcher-4427454-1720994538 -o /tmp/evaluation-result-4427454-1720994538/solver-4427454-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1720994548-761970 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427454-1720994538.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=762153, runsolver pid=762150
Current StackSize limit: 8192 KiB


[startup+0.102205 s]*
/proc/loadavg: 0.90 0.26 0.14 12/320 762172
/proc/meminfo: memFree=127508756/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=18975048 memory=60636 CPUtime=0.13 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 7092 0 0 0 11 2 0 0 20 0 18 0 151613423 19430449152 15159 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4743762 15159 5718 1 0 551331 0
[pid=762153/tid=762155] ppid=762150 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 5672 0 0 0 7 1 0 0 20 0 18 0 151613424 19430449152 15159 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151613427 19430449152 15159 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151613428 19430449152 15159 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60636 KiB

[startup+0.208731 s]*
/proc/loadavg: 0.90 0.26 0.14 10/320 762172
/proc/meminfo: memFree=127464608/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=18975048 memory=70184 CPUtime=0.32 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 7759 0 0 0 29 3 0 0 20 0 18 0 151613423 19430449152 17546 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4743762 17546 5839 1 0 551800 0
[pid=762153/tid=762155] ppid=762150 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 6111 0 0 0 17 2 0 0 20 0 18 0 151613424 19430449152 17546 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=18975048 memory=671 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151613427 19430449152 17546 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151613428 19430449152 17546 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70184 KiB

[startup+0.30873 s]*
/proc/loadavg: 0.90 0.26 0.14 10/321 762173
/proc/meminfo: memFree=127446548/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19041612 memory=88132 CPUtime=0.5 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 8371 0 0 0 47 3 0 0 20 0 19 0 151613423 19498610688 22033 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4760403 22033 5839 1 0 552426 0
[pid=762153/tid=762155] ppid=762150 vsize=19041612 memory=-9176200146505343676 CPUtime=0.27 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 6187 0 0 0 25 2 0 0 20 0 19 0 151613424 19498610688 22033 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151613427 19498610688 22033 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151613428 19498610688 22033 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151613445 19498610688 22033 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88132 KiB

[startup+0.701731 s]
/proc/loadavg: 0.90 0.26 0.14 11/322 762174
/proc/meminfo: memFree=127256160/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=168224 CPUtime=1.26 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 11816 0 0 0 120 6 0 0 20 0 20 0 151613423 19566772224 42056 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 42056 5839 1 0 554542 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=12776 CPUtime=0.62 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 6229 0 0 0 58 4 0 0 20 0 20 0 151613424 19566772224 42056 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 42056 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 42056 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=32144 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 42056 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 168224 KiB

[startup+1.50073 s]
/proc/loadavg: 0.90 0.26 0.14 9/322 762174
/proc/meminfo: memFree=127103572/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=494124 CPUtime=2.84 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 24801 0 0 0 270 14 0 0 20 0 20 0 151613423 19566772224 123531 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 123531 5839 1 0 561248 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=12776 CPUtime=1.38 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 6395 0 0 0 128 10 0 0 20 0 20 0 151613424 19566772224 123531 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 123531 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 123531 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 123531 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 494124 KiB

[startup+3.10576 s]
/proc/loadavg: 0.90 0.26 0.14 6/322 762174
/proc/meminfo: memFree=125225272/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=890388 CPUtime=5.54 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 28567 0 0 0 532 22 0 0 20 0 20 0 151613423 19566772224 222597 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 222597 5871 1 0 561251 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=0 CPUtime=2.95 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 6704 0 0 0 278 17 0 0 20 0 20 0 151613424 19566772224 222597 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 222597 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=498484 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 222597 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 222597 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 890388 KiB

[startup+6.30046 s]
/proc/loadavg: 1.23 0.33 0.17 5/322 762174
/proc/meminfo: memFree=122911772/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=1340588 CPUtime=9.2 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 36000 0 0 0 888 32 0 0 20 0 20 0 151613423 19566772224 335147 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 335147 5871 1 0 561683 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=12776 CPUtime=6.1 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 9055 0 0 0 583 27 0 0 20 0 20 0 151613424 19566772224 335147 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 335147 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=6011855164068943696 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 335147 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 335147 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 9.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1340588 KiB

[startup+12.7005 s]
/proc/loadavg: 1.45 0.40 0.19 7/322 762176
/proc/meminfo: memFree=122161896/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=1579624 CPUtime=16.15 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 42819 0 0 0 1577 38 0 0 20 0 20 0 151613423 19566772224 394906 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 394906 5871 1 0 728777 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=0 CPUtime=12.34 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 10149 0 0 0 1203 31 0 0 20 0 20 0 151613424 19566772224 394906 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=1342740 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 394906 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 394906 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=16116 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 394906 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 16.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1579624 KiB

[startup+25.5007 s]
/proc/loadavg: 2.09 0.59 0.26 5/322 762178
/proc/meminfo: memFree=120677704/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2001800 CPUtime=29.06 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 49077 0 0 0 2857 49 0 0 20 0 20 0 151613423 19566772224 500450 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 500450 5871 1 0 728790 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=1342740 CPUtime=24.95 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 13038 0 0 0 2454 41 0 0 20 0 20 0 151613424 19566772224 500450 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=16116 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 500450 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=1999728 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 500450 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=11464 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 500450 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 29.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2001800 KiB

[startup+51.1136 s]
/proc/loadavg: 2.80 0.88 0.36 6/322 762182
/proc/meminfo: memFree=119554940/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2009732 CPUtime=55.68 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 64963 0 0 0 5515 53 0 0 20 0 20 0 151613423 19566772224 502433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 502433 5871 1 0 728790 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=2005976 CPUtime=50.09 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 15779 0 0 0 4967 42 0 0 20 0 20 0 151613424 19566772224 502433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0

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

/proc/loadavg: 4.25 4.17 3.08 5/319 762905
/proc/meminfo: memFree=115707060/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2885536 CPUtime=1135.7 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 161161 0 0 0 113420 150 0 0 20 0 20 0 151613423 19566772224 721384 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 721384 5893 1 0 864703 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=2815092 CPUtime=1104.02 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 63390 0 0 0 110341 61 0 0 20 0 20 0 151613424 19566772224 721384 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=39120 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 721384 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1424 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 721384 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=2216 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 721384 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1135.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2885536 KiB

[startup+1152 s]*
/proc/loadavg: 4.44 4.22 3.13 5/319 762911
/proc/meminfo: memFree=115696652/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2889636 CPUtime=1161.38 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 164064 0 0 0 115986 152 0 0 20 0 20 0 151613423 19566772224 722409 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 722409 5893 1 0 864703 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=18444 CPUtime=1129.22 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 64637 0 0 0 112861 61 0 0 20 0 20 0 151613424 19566772224 722409 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=-9176200146505343676 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 722409 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=1984 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1509 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 722409 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=-8693842161834640282 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 722409 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1161.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2889636 KiB

[startup+1164.8 s]
/proc/loadavg: 4.46 4.23 3.14 5/319 762912
/proc/meminfo: memFree=115694536/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2891684 CPUtime=1174.18 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 164128 0 0 0 117266 152 0 0 20 0 20 0 151613423 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 722921 5893 1 0 864703 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=2889632 CPUtime=1141.88 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 64685 0 0 0 114127 61 0 0 20 0 20 0 151613424 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=2889632 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=2889636 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1509 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=26164 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1174.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2891684 KiB

[startup+1168 s]*
/proc/loadavg: 4.42 4.22 3.15 5/319 762914
/proc/meminfo: memFree=115694508/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2891684 CPUtime=1177.41 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 164260 0 0 0 117589 152 0 0 20 0 20 0 151613423 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 722921 5893 1 0 864703 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=-9176200146505343676 CPUtime=1145.06 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 64815 0 0 0 114445 61 0 0 20 0 20 0 151613424 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=-8693842161834640282 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=26164 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1509 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=37764 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 722921 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1177.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2891684 KiB

[startup+1171.2 s]
/proc/loadavg: 4.39 4.22 3.15 5/319 762914
/proc/meminfo: memFree=115692428/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2893732 CPUtime=1180.6 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 164349 0 0 0 117907 153 0 0 20 0 20 0 151613423 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 723433 5893 1 0 864703 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=2891684 CPUtime=1148.16 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 64849 0 0 0 114755 61 0 0 20 0 20 0 151613424 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=-9176200146505343676 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=2889636 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1509 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=2891684 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1180.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2893732 KiB

[startup+1172 s]*
/proc/loadavg: 4.39 4.22 3.15 5/319 762914
/proc/meminfo: memFree=115690340/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2893732 CPUtime=1181.41 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 164349 0 0 0 117988 153 0 0 20 0 20 0 151613423 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 723433 5893 1 0 864703 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=-9176200146505343676 CPUtime=1148.98 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 64849 0 0 0 114837 61 0 0 20 0 20 0 151613424 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=-8693842161834640282 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=2776 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1509 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=5008 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1181.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2893732 KiB

[startup+1172.4 s]
/proc/loadavg: 4.39 4.22 3.15 5/319 762914
/proc/meminfo: memFree=115690340/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2893732 CPUtime=1181.8 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 164349 0 0 0 118027 153 0 0 20 0 20 0 151613423 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 723433 5893 1 0 864703 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=-9176200146505343676 CPUtime=1149.36 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 64849 0 0 0 114875 61 0 0 20 0 20 0 151613424 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=39120 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=12776 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1509 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1181.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2893732 KiB

[startup+1172.8 s]
/proc/loadavg: 4.39 4.22 3.15 5/319 762914
/proc/meminfo: memFree=115690340/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19108176 memory=2893732 CPUtime=1182.2 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 164349 0 0 0 118067 153 0 0 20 0 20 0 151613423 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4777044 723433 5893 1 0 864703 0
[pid=762153/tid=762155] ppid=762150 vsize=19108176 memory=2893732 CPUtime=1149.76 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) R 762150 762153 761959 0 -1 4194368 64849 0 0 0 114915 61 0 0 20 0 20 0 151613424 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19108176 memory=-9176200146505343676 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19108176 memory=7936 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1509 0 0 0 0 0 0 0 20 0 20 0 151613428 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762173] ppid=762150 vsize=19108176 memory=19900 CPUtime=0 cores=4,6
/proc/762153/task/762173/stat : 762173 (Timer-0) S 762150 762153 761959 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151613445 19566772224 723433 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1182.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2893732 KiB

[startup+1172.91 s]
/proc/loadavg: 4.39 4.22 3.15 5/319 762914
/proc/meminfo: memFree=115690340/131655788 swapFree=131071996/131071996
[pid=762153] ppid=762150 vsize=19241304 memory=2894420 CPUtime=1182.32 cores=4,6
/proc/762153/stat : 762153 (java) S 762150 762153 761959 0 -1 1077936128 166914 0 0 0 118079 153 0 0 20 0 20 0 151613423 19703095296 723605 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
/proc/762153/statm: 4810326 723605 5892 1 0 865380 0
[pid=762153/tid=762155] ppid=762150 vsize=19241304 memory=2885536 CPUtime=1149.84 cores=4,6
/proc/762153/task/762155/stat : 762155 (java) S 762150 762153 761959 0 -1 1077936192 66394 0 0 0 114923 61 0 0 20 0 20 0 151613424 19703095296 723605 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762164] ppid=762150 vsize=19241304 memory=39120 CPUtime=0 cores=4,6
/proc/762153/task/762164/stat : 762164 (Finalizer) S 762150 762153 761959 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151613427 19703095296 723605 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
[pid=762153/tid=762171] ppid=762150 vsize=19241304 memory=2864956 CPUtime=0 cores=4,6
/proc/762153/task/762171/stat : 762171 (Common-Cleaner) S 762150 762153 761959 0 -1 1077936192 1509 0 0 0 0 0 0 0 20 0 20 0 151613428 19703095296 723605 134679101440 94143143182336 94143143186032 140731298678224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94143143193848 94143143194640 94143168806912 140731298681840 140731298681953 140731298681953 140731298688968 0
Current children cumulated CPU time: 1182.32 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2894420 KiB

Child status: 20

Real time (s): 1172.95
CPU time (s): 1182.39
CPU user time (s): 1180.84
CPU system time (s): 1.54824
CPU usage (%): 100.804
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2894420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1180.84
system time used= 1.54824
maximum resident set size= 2895392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167423
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49251
involuntary context switches= 2725


# summary of solver processes directly reported to runsolver:
#   pid: 762153
#   total CPU time (s): 1182.39
#   total CPU user time (s): 1180.84
#   total CPU system time (s): 1.54824

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2364 second user time and 11.4735 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-15 00:02:30
IDJOB=4427454
IDBENCH=147595
IDSOLVER=3046
FILE ID=nodeC009/4427454-1720994538
RUNJOBID= nodeC009-1720994548-761970
SLURM_JOB_ID= 7505310
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_4_30_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-4427454-1720994538/watcher-4427454-1720994538 -o /tmp/evaluation-result-4427454-1720994538/solver-4427454-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1720994548-761970 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427454-1720994538.opb

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

MD5SUM BENCH= a43d5b92138f857c927653ddd012ddd6
RANDOM SEED=895933221

nodeC009.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		: 3492.172
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.34
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		: 3492.171
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.27
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		: 3492.172
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.34
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		: 3492.171
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.27
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		: 2893.475
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.34
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		: 3492.172
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.27
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		: 3192.856
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.34
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		: 3492.172
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127625720 kB
MemAvailable:   128833584 kB
Buffers:          338500 kB
Cached:          1700268 kB
SwapCached:            0 kB
Active:           514200 kB
Inactive:        2967752 kB
Active(anon):       1452 kB
Inactive(anon):  1479448 kB
Active(file):     512748 kB
Inactive(file):  1488304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7488 kB
Writeback:            44 kB
AnonPages:       1443256 kB
Mapped:           123084 kB
Shmem:             37700 kB
KReclaimable:      93684 kB
Slab:             188736 kB
SReclaimable:      93684 kB
SUnreclaim:        95052 kB
KernelStack:        4880 kB
PageTables:        12660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9360992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49184 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1077248 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:      168776 kB
DirectMap2M:    12318720 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC009 at 2024-07-15 00:22:03