Trace number 4448585

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 NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12UNSAT 720.945 707.411

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
MD5SUM6aa2e19502a8f75e99296617bfe7afcb
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark1.39844
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables501
Total number of constraints251
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)251
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4448585-1721363195.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.033s.
0.13/0.19	c declared #vars     501
0.13/0.19	c #constraints  502
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 500
0.13/0.19	c 502 constraints processed.
1.64/0.91	c cleaning 1401 clauses out of 5000 with flag 0/5000
3.04/1.66	c cleaning 1822 clauses out of 9600 with flag 0/11001
4.61/2.46	c cleaning 1444 clauses out of 14777 with flag 0/18000
5.69/3.23	c cleaning 1522 clauses out of 21335 with flag 0/26002
7.03/4.38	c cleaning 1931 clauses out of 28811 with flag 0/35000
8.35/5.63	c cleaning 1536 clauses out of 36880 with flag 0/45000
10.57/7.86	c cleaning 2088 clauses out of 46344 with flag 0/56000
12.60/9.89	c cleaning 2490 clauses out of 56256 with flag 0/68000
15.55/12.78	c cleaning 3210 clauses out of 66766 with flag 0/81000
19.22/16.39	c cleaning 2725 clauses out of 77556 with flag 0/95000
22.44/19.53	c cleaning 3360 clauses out of 89831 with flag 0/110000
28.30/25.31	c cleaning 2733 clauses out of 102472 with flag 0/126001
36.37/33.35	c cleaning 3406 clauses out of 116739 with flag 0/143001
43.32/40.26	c cleaning 4773 clauses out of 131332 with flag 0/161000
53.02/49.81	c cleaning 4527 clauses out of 145560 with flag 0/180001
62.17/58.94	c cleaning 4516 clauses out of 161033 with flag 0/200001
74.98/71.67	c cleaning 4244 clauses out of 177517 with flag 0/221001
93.23/89.78	c cleaning 4195 clauses out of 195272 with flag 0/243000
113.69/110.00	c cleaning 4609 clauses out of 214077 with flag 0/266000
139.53/135.69	c cleaning 5749 clauses out of 233468 with flag 0/290000
164.31/160.29	c cleaning 5787 clauses out of 252719 with flag 0/315000
184.46/180.26	c cleaning 3314 clauses out of 272933 with flag 0/341001
228.91/224.37	c cleaning 8752 clauses out of 296619 with flag 0/368001
270.75/265.80	c cleaning 6909 clauses out of 315866 with flag 0/396000
308.85/303.55	c cleaning 4722 clauses out of 337957 with flag 0/425000
373.26/367.12	c cleaning 6240 clauses out of 363235 with flag 0/455000
436.95/429.72	c cleaning 5863 clauses out of 387995 with flag 0/486000
532.58/523.52	c cleaning 6495 clauses out of 414133 with flag 0/518001
662.86/650.76	c cleaning 6038 clauses out of 440637 with flag 0/551001
720.69/707.29	c starts		: 153
720.80/707.31	c conflicts		: 573590
720.80/707.31	c decisions		: 1172474
720.80/707.31	c propagations		: 6066406
720.80/707.31	c inspects		: 2606233674
720.80/707.31	c shortcuts		: 0
720.80/707.31	c learnt literals	: 1
720.80/707.31	c learnt binary clauses	: 1
720.80/707.31	c learnt ternary clauses	: 1
720.80/707.31	c learnt constraints	: 573588
720.80/707.31	c ignored constraints	: 0
720.80/707.31	c root simplifications	: 0
720.80/707.31	c removed literals (reason simplification)	: 0
720.80/707.31	c reason swapping (by a shorter reason)	: 0
720.80/707.31	c Calls to reduceDB	: 29
720.80/707.31	c Number of update (reduction) of LBD	: 34971
720.80/707.31	c Imported unit clauses	: 0
720.80/707.31	c No decision after first conflict	: false
720.80/707.31	c number of reductions to clauses (during analyze)	: 0
720.80/707.31	c number of learned constraints concerned by reduction	: 0
720.80/707.31	c number of learning phase by resolution	: 0
720.80/707.31	c number of learning phase by cutting planes	: 0
720.80/707.31	c number of rounding to 1 operations	: 963048
720.80/707.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
720.80/707.31	c number of reductions of the coefficients by power 2 	: 0
720.80/707.31	c number of right shift for reduction by power 2 	: 0
720.80/707.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
720.80/707.31	c number of ending skipping 	: 0
720.80/707.31	c number of internal skipping 	: 0
720.80/707.31	c number of derivation steps 	: 2467341
720.80/707.31	c number of skipped derivation steps 	: 0
720.80/707.31	c number of remaining unassigned 	: 3270
720.80/707.31	c number of remaining assigned 	: 7107874
720.80/707.31	c number of falsified literals weakened from reason	: 0
720.80/707.31	c number of falsified literals weakened from conflict	: 0
720.80/707.31	c time for arithmetic operations	: 651393493
720.80/707.31	c minimum degree of deleted constraints	: 4
720.80/707.31	c maximum degree of deleted constraints	: 2752
720.80/707.31	c number of deleted constraints	: 116401
720.80/707.31	c speed (assignments/second)	: 8579.106056449173
720.80/707.31	c non guided choices	: 5563
720.80/707.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 296364
720.80/707.38	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 10003
720.80/707.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
720.80/707.38	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 150819
720.80/707.39	s UNSATISFIABLE
720.80/707.39	c Total wall clock time (in seconds): 707.233

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (58250 MiB free)
  memory of node 1: 64510 MiB (45961 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=1015592, runsolver pid=1015589

[startup+0.101531 s]*
/proc/loadavg: 4.41 4.46 4.42 7/333 1015610
/proc/meminfo: memFree=106669248/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=18975048 memory=64800 CPUtime=0.13 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 7067 0 0 0 11 2 0 0 20 0 18 0 188487741 19430449152 16200 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4743762 16200 5705 1 0 549323 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 1077936192 5630 0 0 0 7 2 0 0 20 0 18 0 188487742 19430449152 16200 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188487744 19430449152 16200 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188487745 19430449152 16200 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64800 KiB

[startup+0.206211 s]*
/proc/loadavg: 4.41 4.46 4.42 8/334 1015611
/proc/meminfo: memFree=106658704/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19041612 memory=75096 CPUtime=0.33 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 7667 0 0 0 30 3 0 0 20 0 19 0 188487741 19498610688 18774 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4760403 18774 5721 1 0 550017 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19041612 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 1077936192 5971 0 0 0 16 2 0 0 20 0 19 0 188487742 19498610688 18774 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19041612 memory=15945 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188487744 19498610688 18774 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19041612 memory=14418111545738801 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188487745 19498610688 18774 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188487761 19498610688 18774 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75096 KiB

[startup+0.30674 s]*
/proc/loadavg: 4.41 4.46 4.42 10/334 1015611
/proc/meminfo: memFree=106632956/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19041612 memory=101540 CPUtime=0.52 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 8546 0 0 0 49 3 0 0 20 0 19 0 188487741 19498610688 25385 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4760403 25385 5838 1 0 550770 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19041612 memory=-7452715740904055650 CPUtime=0.27 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 6009 0 0 0 25 2 0 0 20 0 19 0 188487742 19498610688 25385 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188487744 19498610688 25385 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188487745 19498610688 25385 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188487761 19498610688 25385 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 101540 KiB

[startup+0.700741 s]
/proc/loadavg: 4.41 4.46 4.42 7/335 1015612
/proc/meminfo: memFree=106557048/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=177176 CPUtime=1.25 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 13981 0 0 0 120 5 0 0 20 0 20 0 188487741 19566772224 44294 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 44294 5854 1 0 554381 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=44736 CPUtime=0.61 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 6044 0 0 0 58 3 0 0 20 0 20 0 188487742 19566772224 44294 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 44294 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=2228 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 44294 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 44294 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 177176 KiB

[startup+1.50075 s]
/proc/loadavg: 4.41 4.46 4.42 9/335 1015612
/proc/meminfo: memFree=106510308/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=485324 CPUtime=2.84 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 23837 0 0 0 272 12 0 0 20 0 20 0 188487741 19566772224 121331 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 121331 5870 1 0 556449 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=13120 CPUtime=1.37 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 6550 0 0 0 130 7 0 0 20 0 20 0 188487742 19566772224 121331 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 121331 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=2228 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 121331 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=1848 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 121331 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 485324 KiB

[startup+3.10605 s]
/proc/loadavg: 4.41 4.46 4.42 7/335 1015614
/proc/meminfo: memFree=105755456/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=1070996 CPUtime=5.59 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 26412 0 0 0 533 26 0 0 20 0 20 0 188487741 19566772224 267749 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 267749 5870 1 0 557301 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=0 CPUtime=2.95 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 7553 0 0 0 274 21 0 0 20 0 20 0 188487742 19566772224 267749 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=-7452715740904055650 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 267749 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 267749 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=2228 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 267749 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1070996 KiB

[startup+6.30027 s]
/proc/loadavg: 4.46 4.47 4.42 7/335 1015614
/proc/meminfo: memFree=105379304/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=1335724 CPUtime=9.07 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 27136 0 0 0 876 31 0 0 20 0 20 0 188487741 19566772224 333931 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 333931 5870 1 0 557302 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=2228 CPUtime=6.08 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 7775 0 0 0 582 26 0 0 20 0 20 0 188487742 19566772224 333931 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 333931 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 333931 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 333931 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 9.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335724 KiB

[startup+12.7002 s]
/proc/loadavg: 4.50 4.48 4.42 6/334 1015615
/proc/meminfo: memFree=104824156/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=1764792 CPUtime=15.55 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 28359 0 0 0 1514 41 0 0 20 0 20 0 188487741 19566772224 441198 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 441198 5870 1 0 663828 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=13120 CPUtime=12.32 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) S 1015589 1015592 1006321 0 -1 1077936192 8462 0 0 0 1197 35 0 0 20 0 20 0 188487742 19566772224 441198 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=1343972 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 441198 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=44736 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 441198 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 441198 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1764792 KiB

[startup+25.5003 s]
/proc/loadavg: 4.46 4.47 4.42 6/334 1015617
/proc/meminfo: memFree=104782600/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=1779376 CPUtime=28.5 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 31883 0 0 0 2808 42 0 0 20 0 20 0 188487741 19566772224 444844 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 444844 5870 1 0 663828 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=6944656574621848725 CPUtime=24.81 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 9476 0 0 0 2446 35 0 0 20 0 20 0 188487742 19566772224 444844 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 444844 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=3460 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 444844 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 444844 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 28.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1779376 KiB

[startup+51.1064 s]
/proc/loadavg: 4.37 4.45 4.41 10/334 1015621
/proc/meminfo: memFree=104199708/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2313176 CPUtime=54.32 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 37191 0 0 0 5378 54 0 0 20 0 20 0 188487741 19566772224 578294 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0

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

/proc/meminfo: memFree=113945300/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2559868 CPUtime=531.38 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 83184 0 0 0 53052 86 0 0 20 0 20 0 188487741 19566772224 639967 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 639967 5899 1 0 791678 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=2549368 CPUtime=511.24 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 35767 0 0 0 51074 50 0 0 20 0 20 0 188487742 19566772224 639967 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=2545160 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 639967 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=16216 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 556 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 639967 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=2557580 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 639967 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 531.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2559868 KiB

[startup+582.3 s]
/proc/loadavg: 3.19 3.46 3.91 4/306 1015983
/proc/meminfo: memFree=113372544/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2572400 CPUtime=592.74 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 86849 0 0 0 59185 89 0 0 20 0 20 0 188487741 19566772224 643100 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 643100 5899 1 0 791714 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=2557580 CPUtime=570.11 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 37349 0 0 0 56961 50 0 0 20 0 20 0 188487742 19566772224 643100 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 643100 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=13120 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 596 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 643100 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 643100 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 592.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2572400 KiB

[startup+642.3 s]
/proc/loadavg: 3.38 3.46 3.88 4/306 1015994
/proc/meminfo: memFree=113319376/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2582744 CPUtime=654.27 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 94796 0 0 0 65336 91 0 0 20 0 20 0 188487741 19566772224 645686 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 645686 5899 1 0 791722 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=2557580 CPUtime=628.87 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 39060 0 0 0 62837 50 0 0 20 0 20 0 188487742 19566772224 645686 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 645686 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=2551424 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 669 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 645686 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=2580676 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 645686 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 654.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2582744 KiB

[startup+702.3 s]
/proc/loadavg: 3.30 3.42 3.84 6/306 1016005
/proc/meminfo: memFree=113270360/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2591316 CPUtime=715.65 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 101626 0 0 0 71470 95 0 0 20 0 20 0 188487741 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 647829 5899 1 0 791786 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=2557580 CPUtime=687.46 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 41115 0 0 0 68696 50 0 0 20 0 20 0 188487742 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=2551424 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=2589144 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 712 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 715.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2591316 KiB

[startup+707.411 s]
# the end of solver process 1015592 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=719.969 s, system=0.975715 s

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

[startup+704 s]*
/proc/loadavg: 3.30 3.42 3.84 4/306 1016005
/proc/meminfo: memFree=113266208/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2591316 CPUtime=717.35 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 101626 0 0 0 71640 95 0 0 20 0 20 0 188487741 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 647829 5899 1 0 791786 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=-7452715740904055650 CPUtime=689.16 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 41115 0 0 0 68866 50 0 0 20 0 20 0 188487742 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=4872558142750483777 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=27504 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 712 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=28052 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 647829 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 717.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2591316 KiB

[startup+705.6 s]
/proc/loadavg: 3.28 3.42 3.84 4/306 1016005
/proc/meminfo: memFree=113264160/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2593364 CPUtime=719 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 101734 0 0 0 71805 95 0 0 20 0 20 0 188487741 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 648341 5899 1 0 791786 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=2591316 CPUtime=690.67 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 41218 0 0 0 69017 50 0 0 20 0 20 0 188487742 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=3516 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=11400 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 712 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=44736 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 719 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2593364 KiB

[startup+706.4 s]
/proc/loadavg: 3.28 3.42 3.84 4/306 1016005
/proc/meminfo: memFree=113264160/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2593364 CPUtime=719.79 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 101741 0 0 0 71884 95 0 0 20 0 20 0 188487741 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 648341 5899 1 0 791786 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=11400 CPUtime=691.47 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 41225 0 0 0 69097 50 0 0 20 0 20 0 188487742 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=44736 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=2593364 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 712 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=27320 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 719.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2593364 KiB

[startup+707.2 s]
/proc/loadavg: 3.28 3.42 3.84 4/306 1016005
/proc/meminfo: memFree=113264160/131524600 swapFree=131071996/131071996
[pid=1015592] ppid=1015589 vsize=19108176 memory=2593364 CPUtime=720.69 cores=4,6
/proc/1015592/stat : 1015592 (java) S 1015589 1015592 1006321 0 -1 1077936128 101757 0 0 0 71973 96 0 0 20 0 20 0 188487741 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
/proc/1015592/statm: 4777044 648341 5899 1 0 791786 0
[pid=1015592/tid=1015594] ppid=1015589 vsize=19108176 memory=11400 CPUtime=692.22 cores=4,6
/proc/1015592/task/1015594/stat : 1015594 (java) R 1015589 1015592 1006321 0 -1 4194368 41238 0 0 0 69172 50 0 0 20 0 20 0 188487742 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015603] ppid=1015589 vsize=19108176 memory=2593364 CPUtime=0 cores=4,6
/proc/1015592/task/1015603/stat : 1015603 (Finalizer) S 1015589 1015592 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188487744 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015610] ppid=1015589 vsize=19108176 memory=-7452715740904055650 CPUtime=0 cores=4,6
/proc/1015592/task/1015610/stat : 1015610 (Common-Cleaner) S 1015589 1015592 1006321 0 -1 1077936192 712 0 0 0 0 0 0 0 20 0 20 0 188487745 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
[pid=1015592/tid=1015611] ppid=1015589 vsize=19108176 memory=3592 CPUtime=0 cores=4,6
/proc/1015592/task/1015611/stat : 1015611 (Timer-0) S 1015589 1015592 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188487761 19566772224 648341 134679101440 94420498862080 94420498865776 140726501960864 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94420498873592 94420498874384 94420513603584 140726501962734 140726501962847 140726501962847 140726501969864 0
Current children cumulated CPU time: 720.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2593364 KiB

[startup+707.403 s]*
/proc/loadavg: 3.28 3.42 3.84 4/288 1016007
/proc/meminfo: memFree=115802640/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 707.411
CPU time (s): 720.945
CPU user time (s): 719.969
CPU system time (s): 0.975715
CPU usage (%): 101.913
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2593700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 719.969
system time used= 0.975715
maximum resident set size= 2594988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103853
page faults= 0
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34044
involuntary context switches= 2282


# summary of solver processes directly reported to runsolver:
#   pid: 1015592
#   total CPU time (s): 720.945
#   total CPU user time (s): 719.969
#   total CPU system time (s): 0.975715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.59218 second user time and 3.61756 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 06:26:47
IDJOB=4448585
IDBENCH=160432
IDSOLVER=3046
FILE ID=nodeC031/4448585-1721363195
RUNJOBID= nodeC031-1721360068-1012977
SLURM_JOB_ID= 7542768
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x50split.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448585-1721363195/watcher-4448585-1721363195 -o /tmp/evaluation-result-4448585-1721363195/solver-4448585-1721363195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012977 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448585-1721363195.opb

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

MD5SUM BENCH= 6aa2e19502a8f75e99296617bfe7afcb
RANDOM SEED=1840971912

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        106713284 kB
MemAvailable:   113037468 kB
Buffers:          499872 kB
Cached:          6583764 kB
SwapCached:            0 kB
Active:           977540 kB
Inactive:       23016404 kB
Active(anon):       1536 kB
Inactive(anon): 16946508 kB
Active(file):     976004 kB
Inactive(file):  6069896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1012 kB
Writeback:             0 kB
AnonPages:      16908236 kB
Mapped:           126348 kB
Shmem:             37720 kB
KReclaimable:     235860 kB
Slab:             365344 kB
SReclaimable:     235860 kB
SUnreclaim:       129484 kB
KernelStack:        5104 kB
PageTables:        42884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   18486836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70816 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16427008 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:      254676 kB
DirectMap2M:    39364608 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-19 06:38:35