Trace number 4459789

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)-25 3600.61 3399.66

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_100_10_5.opb
MD5SUM8e995e228ea397e74aa66020bdc72749
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark3.11339
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1252
Sum of products size (including duplicates)2504
Number of different products626
Sum of products size1252

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	 - never skip resolution steps
0.11/0.16	 - Auto-division on coefficients is disabled
0.11/0.16	 - No postprocessing
0.11/0.16	 - Conflict is considered as is when resolving
0.11/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.11/0.16	 - Weaken first using unassigned literals
0.11/0.16	 - Bump strategy: ALWAYS_ONE
0.11/0.16	 - Bumper: ASSIGNED
0.11/0.16	--- Begin Solver configuration ---
0.11/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.11/0.16	Learn all clauses as in MiniSAT
0.11/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	No reason simplification
0.11/0.16	Armin Biere (Picosat) restarts strategy
0.11/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.11/0.16	timeout=2147483s
0.11/0.16	DB Simplification allowed=false
0.11/0.16	Listener: none
0.11/0.16	--- End Solver configuration ---
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ASSIGNED
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4459789-1721939463.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c  objective function found
0.32/0.23	c ... done. Wall clock time 0.07s.
0.32/0.23	c declared #vars     100
0.32/0.23	c internal #vars     726
0.32/0.23	c #constraints  1452
0.32/0.23	c constraints type 
0.32/0.23	c org.sat4j.specs.Constr$1 => 100
0.32/0.23	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 626
0.32/0.23	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
0.32/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 626
0.32/0.23	c 1452 constraints processed.
0.32/0.24	c objective function length is 100 literals
0.32/0.25	c SATISFIABLE
0.32/0.25	c OPTIMIZING...
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.088
0.32/0.26	o -18
0.32/0.26	c Got one! Elapsed wall clock time (in seconds):0.098
0.32/0.26	o -19
0.32/0.27	c Got one! Elapsed wall clock time (in seconds):0.114
0.32/0.27	o -20
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.172
0.50/0.33	o -21
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.324
0.70/0.49	o -22
1.26/0.74	c Got one! Elapsed wall clock time (in seconds):0.572
1.26/0.74	o -23
2.23/1.28	c Got one! Elapsed wall clock time (in seconds):1.121
2.23/1.28	o -24
11.27/9.07	c cleaning 3308 clauses out of 6622 with flag 0/6622
19.81/17.44	c cleaning 4653 clauses out of 9314 with flag 0/12622
20.94/18.55	c Got one! Elapsed wall clock time (in seconds):18.385
20.94/18.55	o -25
27.52/25.08	c cleaning 5166 clauses out of 10334 with flag 0/18295
34.25/31.70	c cleaning 4573 clauses out of 11166 with flag 0/24293
43.35/40.72	c cleaning 4892 clauses out of 13593 with flag 0/31293
54.91/52.17	c cleaning 5663 clauses out of 16701 with flag 0/39293
70.58/67.53	c cleaning 6278 clauses out of 20039 with flag 0/48294
92.24/88.74	c cleaning 7055 clauses out of 23761 with flag 0/58294
114.59/110.62	c cleaning 7526 clauses out of 27707 with flag 0/69295
145.83/141.33	c cleaning 8397 clauses out of 32179 with flag 0/81293
178.43/173.43	c cleaning 8921 clauses out of 36783 with flag 0/94294
222.13/215.31	c cleaning 9214 clauses out of 41861 with flag 0/108293
274.77/266.82	c cleaning 10539 clauses out of 47648 with flag 0/123294
330.66/322.02	c cleaning 10934 clauses out of 53110 with flag 0/139295
391.03/381.42	c cleaning 11274 clauses out of 59174 with flag 0/156293
458.67/448.15	c cleaning 12468 clauses out of 65903 with flag 0/174296
548.78/536.63	c cleaning 12784 clauses out of 72433 with flag 0/193294
641.21/628.01	c cleaning 13459 clauses out of 79650 with flag 0/213295
756.13/741.53	c cleaning 14253 clauses out of 87191 with flag 0/234295
883.56/866.93	c cleaning 14254 clauses out of 94936 with flag 0/256293
1038.57/1019.84	c cleaning 14455 clauses out of 103682 with flag 0/279293
1196.58/1176.52	c cleaning 15987 clauses out of 113230 with flag 0/303296
1358.60/1337.04	c cleaning 16879 clauses out of 122241 with flag 0/328294
1551.99/1527.47	c cleaning 17102 clauses out of 131362 with flag 0/354294
1754.12/1725.31	c cleaning 17970 clauses out of 141261 with flag 0/381295
2000.35/1957.81	c cleaning 18801 clauses out of 151290 with flag 0/409294
2282.56/2221.23	c cleaning 19822 clauses out of 161488 with flag 0/438293
2597.77/2506.33	c cleaning 19585 clauses out of 171667 with flag 0/468294
2959.20/2831.08	c cleaning 20315 clauses out of 183081 with flag 0/499293
3312.39/3144.33	c cleaning 20799 clauses out of 194766 with flag 0/531293
3600.09/3399.45	c starts		: 160
3600.09/3399.45	c conflicts		: 559315
3600.09/3399.45	c decisions		: 586545
3600.09/3399.45	c propagations		: 4201683
3600.09/3399.45	c inspects		: 7914119238
3600.09/3399.45	c shortcuts		: 0
3600.09/3399.45	c learnt literals	: 0
3600.09/3399.45	c learnt binary clauses	: 0
3600.09/3399.45	c learnt ternary clauses	: 0
3600.09/3399.45	c learnt constraints	: 559315
3600.09/3399.45	c ignored constraints	: 0
3600.09/3399.45	c root simplifications	: 0
3600.09/3399.45	c removed literals (reason simplification)	: 0
3600.09/3399.45	c reason swapping (by a shorter reason)	: 0
3600.09/3399.45	c Calls to reduceDB	: 30
3600.09/3399.45	c Number of update (reduction) of LBD	: 23
3600.09/3399.45	c Imported unit clauses	: 0
3600.09/3399.45	c No decision after first conflict	: false
3600.09/3399.45	c number of reductions to clauses (during analyze)	: 0
3600.09/3399.45	c number of learned constraints concerned by reduction	: 0
3600.09/3399.45	c number of learning phase by resolution	: 0
3600.09/3399.45	c number of learning phase by cutting planes	: 0
3600.09/3399.45	c number of rounding to 1 operations	: 1585076
3600.09/3399.45	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3399.45	c number of reductions of the coefficients by power 2 	: 0
3600.09/3399.45	c number of right shift for reduction by power 2 	: 0
3600.09/3399.45	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3399.45	c number of ending skipping 	: 0
3600.09/3399.45	c number of internal skipping 	: 0
3600.09/3399.45	c number of derivation steps 	: 3821497
3600.09/3399.45	c number of skipped derivation steps 	: 0
3600.09/3399.45	c number of remaining unassigned 	: 207675
3600.09/3399.45	c number of remaining assigned 	: 126077633
3600.09/3399.45	c number of falsified literals weakened from reason	: 0
3600.09/3399.45	c number of falsified literals weakened from conflict	: 0
3600.09/3399.45	c time for arithmetic operations	: 5864959103
3600.09/3399.45	c minimum degree of deleted constraints	: 4
3600.09/3399.45	c maximum degree of deleted constraints	: 214897274601502
3600.09/3399.45	c number of deleted constraints	: 357326
3600.09/3399.45	c speed (assignments/second)	: 1236.0766872528286
3600.09/3399.48	c non guided choices	: 0
3600.48/3399.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 160621
3600.48/3399.64	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9423
3600.48/3399.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 31945
3600.48/3399.64	s SATISFIABLE
3600.48/3399.64	c Found 8 solution(s)
3600.48/3399.64	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 x91 -x92 x93 x94 -x95 -x96 -x97 -x98 x99 -x100 
3600.48/3399.64	c objective function=-25
3600.48/3399.64	c Total wall clock time (in seconds): 3399.477

Verifier Data

OK	-25

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: 63968 MiB (61672 MiB free)
  memory of node 1: 64473 MiB (61850 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459789-1721939463/watcher-4459789-1721939463 -o /tmp/evaluation-result-4459789-1721939463/solver-4459789-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721939462-258845 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459789-1721939463.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
Starting watchdog thread
solver pid=258961, runsolver pid=258958
Current StackSize limit: 8192 KiB


[startup+0.100929 s]*
/proc/loadavg: 0.11 0.10 0.18 10/332 258979
/proc/meminfo: memFree=126353152/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=18975048 memory=62632 CPUtime=0.11 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 7005 0 0 0 10 1 0 0 20 0 18 0 30475320 19430449152 15658 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4743762 15658 5755 1 0 549253 0
[pid=258961/tid=258963] ppid=258958 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 5607 0 0 0 6 1 0 0 20 0 18 0 30475320 19430449152 15658 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30475324 19430449152 15658 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=18975048 memory=14973373509117603 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30475324 19430449152 15658 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62632 KiB

[startup+0.209925 s]*
/proc/loadavg: 0.11 0.10 0.18 13/333 258980
/proc/meminfo: memFree=126258176/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=18975048 memory=73240 CPUtime=0.32 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 7654 0 0 0 30 2 0 0 20 0 18 0 30475320 19430449152 18310 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4743762 18310 5769 1 0 549692 0
[pid=258961/tid=258963] ppid=258958 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 5997 0 0 0 16 1 0 0 20 0 18 0 30475320 19430449152 18310 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=18975048 memory=1409442 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30475324 19430449152 18310 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=18975048 memory=14690799019361963 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30475324 19430449152 18310 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73240 KiB

[startup+0.306567 s]*
/proc/loadavg: 0.11 0.10 0.18 10/335 258982
/proc/meminfo: memFree=126141156/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19041612 memory=89868 CPUtime=0.5 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 8489 0 0 0 47 3 0 0 20 0 19 0 30475320 19498610688 22467 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4760403 22467 5917 1 0 550351 0
[pid=258961/tid=258963] ppid=258958 vsize=19041612 memory=-8599730572356199100 CPUtime=0.25 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 1077936192 6128 0 0 0 24 1 0 0 20 0 19 0 30475320 19498610688 22467 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30475324 19498610688 22467 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30475324 19498610688 22467 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30475345 19498610688 22467 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89868 KiB

[startup+0.703935 s]
/proc/loadavg: 0.11 0.10 0.18 10/336 258983
/proc/meminfo: memFree=125893900/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=170980 CPUtime=1.26 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 11550 0 0 0 121 5 0 0 20 0 20 0 30475320 19566772224 42745 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 42745 5917 1 0 552116 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=12404 CPUtime=0.62 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 6165 0 0 0 59 3 0 0 20 0 20 0 30475320 19566772224 42745 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 42745 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 42745 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=1932 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 42745 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 170980 KiB

[startup+1.50093 s]
/proc/loadavg: 0.11 0.10 0.18 11/336 258983
/proc/meminfo: memFree=125240264/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=365060 CPUtime=2.8 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 22661 0 0 0 270 10 0 0 20 0 20 0 30475320 19566772224 91265 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 91265 5917 1 0 555415 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=12404 CPUtime=1.36 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 6764 0 0 0 130 6 0 0 20 0 20 0 30475320 19566772224 91265 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 91265 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 91265 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 91265 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 365060 KiB

[startup+3.10594 s]
/proc/loadavg: 0.50 0.18 0.20 9/336 259052
/proc/meminfo: memFree=123121728/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=1231308 CPUtime=5.16 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 26481 0 0 0 488 28 0 0 20 0 20 0 30475320 19566772224 307827 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 307827 5917 1 0 752237 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=0 CPUtime=2.89 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 7778 0 0 0 267 22 0 0 20 0 20 0 30475320 19566772224 307827 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 307827 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=561616 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 307827 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 307827 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1231308 KiB

[startup+6.30094 s]
/proc/loadavg: 0.50 0.18 0.20 6/336 259052
/proc/meminfo: memFree=121082568/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=1630536 CPUtime=8.51 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 26789 0 0 0 813 38 0 0 20 0 20 0 30475320 19566772224 407634 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 407634 5917 1 0 752239 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=12404 CPUtime=6 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 8001 0 0 0 568 32 0 0 20 0 20 0 30475320 19566772224 407634 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 407634 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=-8815664730926849397 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 407634 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 407634 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 8.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1630536 KiB

[startup+12.7003 s]
/proc/loadavg: 0.78 0.24 0.22 5/336 259054
/proc/meminfo: memFree=119481920/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=1819240 CPUtime=15.07 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 28199 0 0 0 1465 42 0 0 20 0 20 0 30475320 19566772224 454810 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 454810 5917 1 0 752260 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=1819240 CPUtime=12.29 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 9234 0 0 0 1194 35 0 0 20 0 20 0 30475320 19566772224 454810 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=1819240 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 454810 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=1630536 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 454810 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 454810 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 15.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1819240 KiB

[startup+25.5003 s]
/proc/loadavg: 1.72 0.48 0.30 5/336 259056
/proc/meminfo: memFree=118657148/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=1831748 CPUtime=28.02 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 33214 0 0 0 2758 44 0 0 20 0 20 0 30475320 19566772224 457937 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 457937 5917 1 0 752260 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=16076 CPUtime=24.92 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 11489 0 0 0 2457 35 0 0 20 0 20 0 30475320 19566772224 457937 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=1819240 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 457937 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 457937 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=70816 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 457937 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 28.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1831748 KiB

[startup+51.1057 s]
/proc/loadavg: 2.50 0.76 0.40 6/336 259059
/proc/meminfo: memFree=118381948/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=1854544 CPUtime=53.91 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 40781 0 0 0 5345 46 0 0 20 0 20 0 30475320 19566772224 463636 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 463636 5925 1 0 752260 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=11360 CPUtime=50.07 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 14967 0 0 0 4971 36 0 0 20 0 20 0 30475320 19566772224 463636 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0

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

[startup+3042.3 s]
/proc/loadavg: 4.71 4.62 4.36 5/333 260328
/proc/meminfo: memFree=104863900/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=2978136 CPUtime=3195.62 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 358783 0 0 0 319239 323 0 0 20 0 20 0 30475320 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 744534 5968 1 0 753986 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=2978072 CPUtime=2981.59 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 160984 0 0 0 298097 62 0 0 20 0 20 0 30475320 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=-8599730572356199100 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 3006 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=7076 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 3195.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2978136 KiB

[startup+3102.3 s]
/proc/loadavg: 4.57 4.60 4.37 5/333 260338
/proc/meminfo: memFree=104842452/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=2978136 CPUtime=3263.99 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 363843 0 0 0 326066 333 0 0 20 0 20 0 30475320 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 744534 5968 1 0 753986 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=2978068 CPUtime=3040.38 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 163106 0 0 0 303976 62 0 0 20 0 20 0 30475320 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=2978068 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=2978136 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 3055 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 744534 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 3263.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2978136 KiB

[startup+3162.3 s]
/proc/loadavg: 4.40 4.56 4.37 6/332 260484
/proc/meminfo: memFree=113756784/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=2978180 CPUtime=3332.12 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 369216 0 0 0 332871 341 0 0 20 0 20 0 30475320 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 744545 5968 1 0 753997 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=2978068 CPUtime=3099.36 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 165469 0 0 0 309873 63 0 0 20 0 20 0 30475320 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 35 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=2978136 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=2978180 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 3104 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=2978180 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 3332.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2978180 KiB

[startup+3222.3 s]
/proc/loadavg: 4.58 4.58 4.39 5/332 260495
/proc/meminfo: memFree=111952612/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=2978180 CPUtime=3398.07 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 374528 0 0 0 339457 350 0 0 20 0 20 0 30475320 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 744545 5968 1 0 753997 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=2978068 CPUtime=3158.37 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 167903 0 0 0 315774 63 0 0 20 0 20 0 30475320 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=2978136 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=2978180 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 3153 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 744545 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 3398.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2978180 KiB

[startup+3282.3 s]
/proc/loadavg: 4.44 4.56 4.39 5/333 260891
/proc/meminfo: memFree=111908884/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=2978188 CPUtime=3465.95 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 379845 0 0 0 346236 359 0 0 20 0 20 0 30475320 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 744547 5968 1 0 753997 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=2978184 CPUtime=3216.97 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 170205 0 0 0 321634 63 0 0 20 0 20 0 30475320 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 35 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=70816 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 3202 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=11360 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 3465.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2978188 KiB

[startup+3342.3 s]
/proc/loadavg: 4.45 4.53 4.39 5/331 260901
/proc/meminfo: memFree=111805660/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=2978188 CPUtime=3533.94 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 385084 0 0 0 353026 368 0 0 20 0 20 0 30475320 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 744547 5968 1 0 753997 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=2978188 CPUtime=3275.86 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 172353 0 0 0 327522 64 0 0 20 0 20 0 30475320 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 35 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=5188 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=29944 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 3251 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 3533.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2978188 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3399.4 s]
/proc/loadavg: 4.48 4.51 4.39 6/331 260910
/proc/meminfo: memFree=111681588/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19108176 memory=2978188 CPUtime=3600.09 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 390172 0 0 0 359631 378 0 0 20 0 20 0 30475320 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4777044 744547 5968 1 0 753997 0
[pid=258961/tid=258963] ppid=258958 vsize=19108176 memory=70816 CPUtime=3331.64 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 174397 0 0 0 333099 65 0 0 20 0 20 0 30475320 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19108176 memory=12404 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19108176 memory=5616 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 3300 0 0 0 0 0 0 0 20 0 20 0 30475324 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258981] ppid=258958 vsize=19108176 memory=16076 CPUtime=0 cores=4,6
/proc/258961/task/258981/stat : 258981 (Timer-0) S 258958 258961 258834 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30475345 19566772224 744547 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2978188 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.81 s, system=3.79835 s

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

[startup+3399.6 s]
/proc/loadavg: 4.48 4.51 4.39 6/331 260910
/proc/meminfo: memFree=111681588/131524600 swapFree=131057124/131071996
[pid=258961] ppid=258958 vsize=19307868 memory=2978836 CPUtime=3600.48 cores=4,6
/proc/258961/stat : 258961 (java) S 258958 258961 258834 0 -1 1077936128 391479 0 0 0 359670 378 0 0 20 0 21 0 30475320 19771256832 744709 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
/proc/258961/statm: 4826967 744709 5967 1 0 754952 0
[pid=258961/tid=258963] ppid=258958 vsize=19307868 memory=70816 CPUtime=3331.81 cores=4,6
/proc/258961/task/258963/stat : 258963 (java) R 258958 258961 258834 0 -1 4194368 174432 0 0 0 333116 65 0 0 20 0 21 0 30475320 19771256832 744709 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258972] ppid=258958 vsize=19307868 memory=12404 CPUtime=0 cores=4,6
/proc/258961/task/258972/stat : 258972 (Finalizer) S 258958 258961 258834 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 30475324 19771256832 744709 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
[pid=258961/tid=258979] ppid=258958 vsize=19307868 memory=5616 CPUtime=0 cores=4,6
/proc/258961/task/258979/stat : 258979 (Common-Cleaner) S 258958 258961 258834 0 -1 1077936192 3300 0 0 0 0 0 0 0 20 0 21 0 30475324 19771256832 744709 134679101440 94754703376384 94754703380080 140728515093952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754703387896 94754703388688 94754714931200 140728515097583 140728515097696 140728515097696 140728515104712 0
Current children cumulated CPU time: 3600.48 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2978836 KiB

Child status: 143

Real time (s): 3399.66
CPU time (s): 3600.61
CPU user time (s): 3596.81
CPU system time (s): 3.79835
CPU usage (%): 105.911
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2978836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.79835
maximum resident set size= 2978888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391653
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138672
involuntary context switches= 19863


# summary of solver processes directly reported to runsolver:
#   pid: 258961
#   total CPU time (s): 3600.61
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 3.79835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.28115 second user time and 17.5518 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-25 22:31:03
IDJOB=4459789
IDBENCH=148572
IDSOLVER=3046
FILE ID=nodeC025/4459789-1721939463
RUNJOBID= nodeC025-1721939462-258845
SLURM_JOB_ID= 8247246
Free space on /tmp= 890028 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_5.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459789-1721939463/watcher-4459789-1721939463 -o /tmp/evaluation-result-4459789-1721939463/solver-4459789-1721939463 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721939462-258845 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4459789-1721939463.opb

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

MD5SUM BENCH= 8e995e228ea397e74aa66020bdc72749
RANDOM SEED=1195961217

nodeC025.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		: 3666.688
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.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	: 0xb00002a
cpu MHz		: 3599.752
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	: 7005.49
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		: 3651.494
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.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	: 0xb00002a
cpu MHz		: 3599.752
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	: 7005.49
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		: 3599.803
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.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	: 0xb00002a
cpu MHz		: 3599.752
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	: 7005.49
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		: 3599.780
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.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	: 0xb00002a
cpu MHz		: 3599.752
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	: 7005.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126505896 kB
MemAvailable:   129440808 kB
Buffers:          336980 kB
Cached:          3397300 kB
SwapCached:          236 kB
Active:          2543788 kB
Inactive:        1811188 kB
Active(anon):       4420 kB
Inactive(anon):   669152 kB
Active(file):    2539368 kB
Inactive(file):  1142036 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057124 kB
Dirty:              3632 kB
Writeback:             0 kB
AnonPages:        620244 kB
Mapped:           131968 kB
Shmem:             52872 kB
KReclaimable:     186660 kB
Slab:             311764 kB
SReclaimable:     186660 kB
SUnreclaim:       125104 kB
KernelStack:        5004 kB
PageTables:        11088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7384016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13952 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 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:      379604 kB
DirectMap2M:    40288256 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC025 at 2024-07-25 23:27:43