Trace number 4427356

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-12SAT (TO)346116 3600.31 3594.54

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/www.csit.fsu.edu/
~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
MD5SUM848e47deac6a47526073146630130ada
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark344750
Best CPU time to get the best result obtained on this benchmark0.02447
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint15
Maximum length of a constraint90
Number of terms in the objective function 90
Biggest coefficient in the objective function 4831838208
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 15032909794
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 4831838208
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 15032909794
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.22	c version CUSTOM.v20240707
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2113181440
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2122317824
0.26/0.26	c Number of processors 	2
0.59/0.44	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	 - never skip resolution steps
0.59/0.44	 - Auto-division on coefficients is disabled
0.59/0.44	 - No postprocessing
0.59/0.44	 - Conflict is considered as is when resolving
0.59/0.44	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.59/0.44	 - Weaken first using unassigned literals
0.59/0.44	 - Bump strategy: ALWAYS_ONE
0.59/0.44	 - Bumper: ASSIGNED
0.59/0.44	--- Begin Solver configuration ---
0.59/0.44	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.59/0.44	Learn all clauses as in MiniSAT
0.59/0.44	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	No reason simplification
0.59/0.44	Armin Biere (Picosat) restarts strategy
0.59/0.44	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.59/0.44	timeout=2147483s
0.59/0.44	DB Simplification allowed=false
0.59/0.44	Listener: none
0.59/0.44	--- End Solver configuration ---
0.59/0.44	c Pseudo Boolean Optimization by upper bound
0.59/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	c  - never skip resolution steps
0.59/0.44	c  - Auto-division on coefficients is disabled
0.59/0.44	c  - No postprocessing
0.59/0.44	c  - Conflict is considered as is when resolving
0.59/0.44	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.59/0.44	c  - Weaken first using unassigned literals
0.59/0.44	c  - Bump strategy: ALWAYS_ONE
0.59/0.44	c  - Bumper: ASSIGNED
0.59/0.44	c --- Begin Solver configuration ---
0.59/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.59/0.44	c Learn all clauses as in MiniSAT
0.59/0.44	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	c No reason simplification
0.59/0.44	c Armin Biere (Picosat) restarts strategy
0.59/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.59/0.44	c timeout=2147483s
0.59/0.44	c DB Simplification allowed=false
0.59/0.44	c Listener: none
0.59/0.44	c --- End Solver configuration ---
0.59/0.44	c solving HOME/instance-4427356-1720994536.opb
0.59/0.44	c reading problem ... 
0.59/0.44	c  objective function found
0.59/0.48	c ... done. Wall clock time 0.032s.
0.59/0.48	c declared #vars     90
0.59/0.48	c #constraints  6
0.59/0.48	c constraints type 
0.59/0.48	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 6
0.59/0.48	c 6 constraints processed.
0.59/0.50	c objective function length is 90 literals
0.59/0.51	c SATISFIABLE
0.77/0.53	c OPTIMIZING...
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.082
0.77/0.53	o 486400
0.77/0.53	c Got one! Elapsed wall clock time (in seconds):0.093
0.77/0.53	o 460815
0.77/0.55	c Got one! Elapsed wall clock time (in seconds):0.104
0.77/0.55	o 460800
0.77/0.56	c Got one! Elapsed wall clock time (in seconds):0.112
0.77/0.56	o 460797
0.77/0.56	c Got one! Elapsed wall clock time (in seconds):0.118
0.77/0.56	o 460032
0.77/0.57	c Got one! Elapsed wall clock time (in seconds):0.13
0.77/0.58	o 459392
0.77/0.58	c Got one! Elapsed wall clock time (in seconds):0.138
0.77/0.58	o 458787
0.77/0.60	c Got one! Elapsed wall clock time (in seconds):0.154
0.77/0.60	o 458767
0.94/0.62	c Got one! Elapsed wall clock time (in seconds):0.171
0.94/0.62	o 458752
0.94/0.65	c Got one! Elapsed wall clock time (in seconds):0.206
0.94/0.66	o 458748
0.94/0.66	c Got one! Elapsed wall clock time (in seconds):0.215
0.94/0.66	o 458736
0.94/0.67	c Got one! Elapsed wall clock time (in seconds):0.224
0.94/0.67	o 458688
0.94/0.68	c Got one! Elapsed wall clock time (in seconds):0.234
0.94/0.68	o 458686
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.244
0.94/0.69	o 458685
0.94/0.70	c Got one! Elapsed wall clock time (in seconds):0.254
0.94/0.70	o 458683
1.11/0.71	c Got one! Elapsed wall clock time (in seconds):0.26
1.11/0.71	o 399482
1.11/0.72	c Got one! Elapsed wall clock time (in seconds):0.281
1.11/0.72	o 399117
1.11/0.78	c Got one! Elapsed wall clock time (in seconds):0.336
1.11/0.78	o 362503
1.50/0.92	c Got one! Elapsed wall clock time (in seconds):0.475
1.50/0.92	o 362494
2.29/1.31	c Got one! Elapsed wall clock time (in seconds):0.866
2.29/1.31	o 362368
2.29/1.35	c Got one! Elapsed wall clock time (in seconds):0.905
2.29/1.35	o 353758
55.93/50.75	c cleaning 2596 clauses out of 5192 with flag 0/5192
172.22/166.28	c cleaning 4298 clauses out of 8596 with flag 0/11192
753.75/747.76	c cleaning 5649 clauses out of 11298 with flag 0/18192
1266.96/1261.49	c cleaning 6825 clauses out of 13649 with flag 0/26192
1703.94/1698.75	c cleaning 7912 clauses out of 15824 with flag 0/35192
2232.63/2227.08	c cleaning 8956 clauses out of 17912 with flag 0/45192
2413.41/2407.72	c Got one! Elapsed wall clock time (in seconds):2407.278
2413.41/2407.73	o 346116
2582.58/2577.00	c cleaning 7172 clauses out of 14344 with flag 0/50580
2972.46/2966.58	c cleaning 6586 clauses out of 13172 with flag 0/56580
3537.69/3532.02	c cleaning 6793 clauses out of 13586 with flag 0/63580
3600.03/3594.43	c starts		: 23
3600.03/3594.46	c conflicts		: 65357
3600.03/3594.46	c decisions		: 383956
3600.03/3594.46	c propagations		: 955485
3600.03/3594.46	c inspects		: 2369529343
3600.03/3594.46	c shortcuts		: 0
3600.03/3594.46	c learnt literals	: 0
3600.03/3594.46	c learnt binary clauses	: 0
3600.03/3594.46	c learnt ternary clauses	: 0
3600.03/3594.46	c learnt constraints	: 65356
3600.03/3594.46	c ignored constraints	: 0
3600.03/3594.46	c root simplifications	: 0
3600.03/3594.46	c removed literals (reason simplification)	: 0
3600.03/3594.46	c reason swapping (by a shorter reason)	: 0
3600.03/3594.46	c Calls to reduceDB	: 9
3600.03/3594.46	c Number of update (reduction) of LBD	: 0
3600.03/3594.46	c Imported unit clauses	: 0
3600.03/3594.46	c No decision after first conflict	: false
3600.03/3594.47	c number of reductions to clauses (during analyze)	: 0
3600.03/3594.47	c number of learned constraints concerned by reduction	: 0
3600.03/3594.47	c number of learning phase by resolution	: 0
3600.03/3594.47	c number of learning phase by cutting planes	: 0
3600.03/3594.47	c number of rounding to 1 operations	: 127870
3600.03/3594.47	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3594.47	c number of reductions of the coefficients by power 2 	: 0
3600.03/3594.47	c number of right shift for reduction by power 2 	: 0
3600.03/3594.47	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3594.47	c number of ending skipping 	: 0
3600.03/3594.47	c number of internal skipping 	: 0
3600.03/3594.47	c number of derivation steps 	: 91185
3600.03/3594.47	c number of skipped derivation steps 	: 0
3600.03/3594.47	c number of remaining unassigned 	: 93159
3600.03/3594.47	c number of remaining assigned 	: 2648865
3600.03/3594.47	c number of falsified literals weakened from reason	: 0
3600.03/3594.47	c number of falsified literals weakened from conflict	: 0
3600.03/3594.47	c time for arithmetic operations	: 160613729
3600.03/3594.47	c minimum degree of deleted constraints	: 305152
3600.03/3594.47	c maximum degree of deleted constraints	: 90379886457349
3600.03/3594.48	c number of deleted constraints	: 56787
3600.03/3594.49	c speed (assignments/second)	: 265.856554294715
3600.03/3594.49	c non guided choices	: 0
3600.24/3594.53	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8569
3600.24/3594.53	s SATISFIABLE
3600.24/3594.53	c Found 22 solution(s)
3600.24/3594.53	v -x1 -x2 x3 x4 x5 x6 x7 x8 x9 x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 x73 x74 x75 x76 -x77 x78 -x79 -x80 -x81 -x82 -x83 x84 x85 -x86 -x87 -x88 -x89 -x90 
3600.24/3594.53	c objective function=346116
3600.24/3594.53	c Total wall clock time (in seconds): 3594.085

Verifier Data

OK	346116

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427356-1720994536/watcher-4427356-1720994536 -o /tmp/evaluation-result-4427356-1720994536/solver-4427356-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720994547-765894 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427356-1720994536.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=765920, runsolver pid=765915
Current StackSize limit: 8192 KiB


[startup+0.100525 s]*
/proc/loadavg: 0.14 0.10 0.09 7/273 765981
/proc/meminfo: memFree=129916620/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=18975008 memory=52940 CPUtime=0.09 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 6096 0 0 0 7 2 0 0 20 0 18 0 151612862 19430408192 13235 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4743752 13235 5260 1 0 550507 0
[pid=765920/tid=765927] ppid=765915 vsize=18975008 memory=4026531971 CPUtime=0.07 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 5251 0 0 0 5 2 0 0 20 0 18 0 151612864 19430408192 13235 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=18975008 memory=1645 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612871 19430408192 13235 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=18975008 memory=13847460783068500 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612872 19430408192 13235 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18975008 KiB
Current children cumulated memory: 52940 KiB

[startup+0.215322 s]*
/proc/loadavg: 0.14 0.10 0.09 8/315 766023
/proc/meminfo: memFree=129834224/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=18975048 memory=59372 CPUtime=0.26 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 6739 0 0 0 23 3 0 0 20 0 18 0 151612862 19430449152 14843 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4743762 14843 5719 1 0 551018 0
[pid=765920/tid=765927] ppid=765915 vsize=18975048 memory=8737651120394928259 CPUtime=0.17 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 5632 0 0 0 15 2 0 0 20 0 18 0 151612864 19430449152 14843 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=18975048 memory=1645 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612871 19430449152 14843 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=18975048 memory=13847460783068500 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612872 19430449152 14843 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59372 KiB

[startup+0.316755 s]*
/proc/loadavg: 0.14 0.10 0.09 12/315 766023
/proc/meminfo: memFree=129818636/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=18975048 memory=65344 CPUtime=0.43 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 7292 0 0 0 40 3 0 0 20 0 18 0 151612862 19430449152 16336 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4743762 16336 5716 1 0 551478 0
[pid=765920/tid=765927] ppid=765915 vsize=18975048 memory=-9175909862550708924 CPUtime=0.26 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 5806 0 0 0 24 2 0 0 20 0 18 0 151612864 19430449152 16336 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151612871 19430449152 16336 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151612872 19430449152 16336 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65344 KiB

[startup+0.702448 s]
/proc/loadavg: 0.14 0.10 0.09 13/316 766024
/proc/meminfo: memFree=129789736/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19041612 memory=86576 CPUtime=1.11 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 9926 0 0 0 106 5 0 0 20 0 19 0 151612862 19498610688 21644 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4760403 21644 5872 1 0 553616 0
[pid=765920/tid=765927] ppid=765915 vsize=19041612 memory=5424 CPUtime=0.57 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 6172 0 0 0 54 3 0 0 20 0 19 0 151612864 19498610688 21644 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19041612 memory=11948 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151612871 19498610688 21644 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19041612 memory=32604 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151612872 19498610688 21644 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19041612 memory=19044 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151612913 19498610688 21644 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86576 KiB

[startup+1.50741 s]
/proc/loadavg: 0.14 0.10 0.09 10/298 766043
/proc/meminfo: memFree=129672132/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=182452 CPUtime=2.7 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 22556 0 0 0 259 11 0 0 20 0 20 0 151612862 19566772224 45613 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 45613 5887 1 0 558059 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=11948 CPUtime=1.34 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 6277 0 0 0 128 6 0 0 20 0 20 0 151612864 19566772224 45613 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 45613 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=32604 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 45613 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=19044 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 45613 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182452 KiB

[startup+3.10641 s]
/proc/loadavg: 0.14 0.10 0.09 9/322 766098
/proc/meminfo: memFree=128104804/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=530804 CPUtime=5.54 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 30384 0 0 0 535 19 0 0 20 0 20 0 151612862 19566772224 132701 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 132701 5887 1 0 562062 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=-8817029267244622524 CPUtime=2.88 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 7121 0 0 0 276 12 0 0 20 0 20 0 151612864 19566772224 132701 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=11948 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 132701 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 132701 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 132701 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 530804 KiB

[startup+6.30043 s]
/proc/loadavg: 0.61 0.20 0.12 5/322 766098
/proc/meminfo: memFree=124041256/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1197400 CPUtime=10.81 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 33230 0 0 0 1049 32 0 0 20 0 20 0 151612862 19566772224 299350 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 299350 5903 1 0 563191 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=11948 CPUtime=6.04 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 7727 0 0 0 579 25 0 0 20 0 20 0 151612864 19566772224 299350 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=2620 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 299350 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 299350 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 299350 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 10.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1197400 KiB

[startup+12.7005 s]
/proc/loadavg: 0.88 0.27 0.15 5/322 766098
/proc/meminfo: memFree=122446028/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1347128 CPUtime=17.55 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 37352 0 0 0 1719 36 0 0 20 0 20 0 151612862 19566772224 336782 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 336782 5903 1 0 563191 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=0 CPUtime=12.36 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 8640 0 0 0 1209 27 0 0 20 0 20 0 151612864 19566772224 336782 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=1347120 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 336782 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=-8817029267244622524 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 336782 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 336782 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 17.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1347128 KiB

[startup+25.5005 s]
/proc/loadavg: 1.64 0.47 0.21 5/322 766101
/proc/meminfo: memFree=120210880/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1355332 CPUtime=30.42 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 41508 0 0 0 3004 38 0 0 20 0 20 0 151612862 19566772224 338833 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 338833 5903 1 0 563191 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=1347120 CPUtime=24.98 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 10157 0 0 0 2471 27 0 0 20 0 20 0 151612864 19566772224 338833 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 338833 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 338833 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 338833 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 30.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1355332 KiB

[startup+51.1135 s]
/proc/loadavg: 2.57 0.78 0.33 5/322 766104
/proc/meminfo: memFree=119083540/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1361736 CPUtime=56.42 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 51753 0 0 0 5601 41 0 0 20 0 20 0 151612862 19566772224 340434 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 340434 5903 1 0 563223 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=2684 CPUtime=50.16 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 13652 0 0 0 4988 28 0 0 20 0 20 0 151612864 19566772224 340434 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=-8887407902731969212 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 340434 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0

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

[startup+3282.3 s]
/proc/loadavg: 4.19 4.28 4.19 5/318 769304
/proc/meminfo: memFree=114953932/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1561420 CPUtime=3288.15 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 172508 0 0 0 328505 310 0 0 20 0 20 0 151612862 19566772224 390355 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 390355 5918 1 0 563297 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=1559372 CPUtime=3255.44 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 71338 0 0 0 325481 63 0 0 20 0 20 0 151612864 19566772224 390355 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=4790128 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 390355 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=1561420 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 4031 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 390355 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=1561420 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 390355 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 3288.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1561420 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.26 4.18 5/318 769314
/proc/meminfo: memFree=114951348/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1563468 CPUtime=3348.12 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 174178 0 0 0 334498 314 0 0 20 0 20 0 151612862 19566772224 390867 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 390867 5918 1 0 563297 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=1563468 CPUtime=3315.03 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 72437 0 0 0 331440 63 0 0 20 0 20 0 151612864 19566772224 390867 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=38924 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 390867 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=26416 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 4125 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 390867 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=32604 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 390867 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 3348.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1563468 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.25 4.18 5/321 769497
/proc/meminfo: memFree=114462196/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1565524 CPUtime=3408.08 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 175878 0 0 0 340489 319 0 0 20 0 20 0 151612862 19566772224 391381 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 391381 5918 1 0 563297 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=1561420 CPUtime=3374.61 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 73549 0 0 0 337397 64 0 0 20 0 20 0 151612864 19566772224 391381 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=38924 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 391381 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=1565516 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 4219 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 391381 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=1565524 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 391381 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 3408.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1565524 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.22 4.18 5/321 769508
/proc/meminfo: memFree=114459900/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1567572 CPUtime=3468.01 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 176691 0 0 0 346478 323 0 0 20 0 20 0 151612862 19566772224 391893 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 391893 5918 1 0 563297 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=1561420 CPUtime=3434.16 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 74246 0 0 0 343351 65 0 0 20 0 20 0 151612864 19566772224 391893 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=1567572 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 391893 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=-8817029267244622524 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 4301 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 391893 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=1567572 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 391893 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 3468.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1567572 KiB

[startup+3522.3 s]
/proc/loadavg: 4.43 4.27 4.20 5/321 769533
/proc/meminfo: memFree=114456688/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1569628 CPUtime=3527.98 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 178335 0 0 0 352470 328 0 0 20 0 20 0 151612862 19566772224 392407 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 392407 5918 1 0 563297 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=1567572 CPUtime=3493.73 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 75307 0 0 0 349308 65 0 0 20 0 20 0 151612864 19566772224 392407 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=26416 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 392407 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 4395 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 392407 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=1569628 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 392407 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 3527.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1569628 KiB

[startup+3582.3 s]
/proc/loadavg: 5.16 4.52 4.29 6/322 769813
/proc/meminfo: memFree=115935932/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1571680 CPUtime=3587.94 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 180260 0 0 0 358461 333 0 0 20 0 20 0 151612862 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 392920 5918 1 0 563297 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=1571680 CPUtime=3553.12 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 76633 0 0 0 355246 66 0 0 20 0 20 0 151612864 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=39268 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 4399 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=1571680 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 3587.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1571680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3594.4 s]
/proc/loadavg: 4.98 4.50 4.28 5/322 769818
/proc/meminfo: memFree=115933080/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19108176 memory=1571680 CPUtime=3600.03 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 180465 0 0 0 359670 333 0 0 20 0 20 0 151612862 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4777044 392920 5918 1 0 563297 0
[pid=765920/tid=765927] ppid=765915 vsize=19108176 memory=1571680 CPUtime=3565.12 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 76761 0 0 0 356446 66 0 0 20 0 20 0 151612864 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151612871 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19108176 memory=1571680 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 4476 0 0 0 0 0 0 0 20 0 20 0 151612872 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=766024] ppid=765915 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/765920/task/766024/stat : 766024 (Timer-0) S 765915 765920 765881 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151612913 19566772224 392920 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1571680 KiB

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

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

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

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

[startup+3594.5 s]
/proc/loadavg: 4.98 4.50 4.28 5/322 769818
/proc/meminfo: memFree=115933080/131655788 swapFree=131071996/131071996
[pid=765920] ppid=765915 vsize=19307868 memory=1572332 CPUtime=3600.24 cores=5,7
/proc/765920/stat : 765920 (java) S 765915 765920 765881 0 -1 1077936128 182805 0 0 0 359690 334 0 0 20 0 21 0 151612862 19771256832 393083 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
/proc/765920/statm: 4826967 393083 5917 1 0 564216 0
[pid=765920/tid=765927] ppid=765915 vsize=19307868 memory=39268 CPUtime=3565.22 cores=5,7
/proc/765920/task/765927/stat : 765927 (java) R 765915 765920 765881 0 -1 4194368 76897 0 0 0 356456 66 0 0 20 0 21 0 151612864 19771256832 393083 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765963] ppid=765915 vsize=19307868 memory=1571680 CPUtime=0 cores=5,7
/proc/765920/task/765963/stat : 765963 (Finalizer) S 765915 765920 765881 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151612871 19771256832 393083 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
[pid=765920/tid=765978] ppid=765915 vsize=19307868 memory=1571680 CPUtime=0 cores=5,7
/proc/765920/task/765978/stat : 765978 (Common-Cleaner) S 765915 765920 765881 0 -1 1077936192 4476 0 0 0 0 0 0 0 20 0 21 0 151612872 19771256832 393083 134679101440 94111120347136 94111120350832 140736770282320 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94111120358648 94111120359440 94111141916672 140736770290672 140736770290785 140736770290785 140736770297800 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 1572332 KiB

Child status: 143

Real time (s): 3594.54
CPU time (s): 3600.31
CPU user time (s): 3596.96
CPU system time (s): 3.35673
CPU usage (%): 100.16
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 1572332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.96
system time used= 3.35673
maximum resident set size= 1573140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142477
involuntary context switches= 4189


# summary of solver processes directly reported to runsolver:
#   pid: 765920
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3596.96
#   total CPU system time (s): 3.35673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4007 second user time and 39.2737 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-15 00:02:27
IDJOB=4427356
IDBENCH=146898
IDSOLVER=3046
FILE ID=nodeC010/4427356-1720994536
RUNJOBID= nodeC010-1720994547-765894
SLURM_JOB_ID= 7505311
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427356-1720994536/watcher-4427356-1720994536 -o /tmp/evaluation-result-4427356-1720994536/solver-4427356-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720994547-765894 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427356-1720994536.opb

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

MD5SUM BENCH= 848e47deac6a47526073146630130ada
RANDOM SEED=1909944225

nodeC010.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		: 1197.231
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
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		: 1197.352
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.197
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129986928 kB
MemAvailable:   129977676 kB
Buffers:          342412 kB
Cached:           495368 kB
SwapCached:            0 kB
Active:           532432 kB
Inactive:         631400 kB
Active(anon):       1336 kB
Inactive(anon):   362088 kB
Active(file):     531096 kB
Inactive(file):   269312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               748 kB
Writeback:             0 kB
AnonPages:        325808 kB
Mapped:           102112 kB
Shmem:             37704 kB
KReclaimable:      60740 kB
Slab:             151060 kB
SReclaimable:      60740 kB
SUnreclaim:        90320 kB
KernelStack:        3620 kB
PageTables:         9460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     652152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            48992 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC010 at 2024-07-15 01:02:22