Trace number 4452655

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 542.863 529.328

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-3.opb
MD5SUM7bfcdc46f967c8c85bd034be31c75732
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 benchmark2.03966
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22684
Total number of constraints5672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints5661
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
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.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452655-1721446826.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
1.06/0.60	c ... done. Wall clock time 0.446s.
1.06/0.60	c declared #vars     22684
1.06/0.60	c #constraints  5672
1.06/0.60	c constraints type 
1.06/0.60	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 5672
1.06/0.60	c 5672 constraints processed.
3.39/1.84	c cleaning 2456 clauses out of 5001 with flag 0/5001
5.04/2.85	c cleaning 4242 clauses out of 8544 with flag 0/11000
6.47/4.13	c cleaning 5596 clauses out of 11302 with flag 0/18000
7.67/5.27	c cleaning 6598 clauses out of 13706 with flag 0/26000
8.71/6.30	c cleaning 7669 clauses out of 16108 with flag 0/35000
10.02/7.57	c cleaning 8720 clauses out of 18442 with flag 0/45003
12.00/9.57	c cleaning 9058 clauses out of 20720 with flag 0/56001
13.72/11.22	c cleaning 9108 clauses out of 23661 with flag 0/68000
15.78/13.28	c cleaning 10132 clauses out of 27553 with flag 0/81000
22.43/19.87	c cleaning 12947 clauses out of 31421 with flag 0/95000
24.66/22.07	c cleaning 13055 clauses out of 33474 with flag 0/110000
27.95/25.26	c cleaning 13582 clauses out of 36419 with flag 0/126000
30.85/28.05	c cleaning 14552 clauses out of 39837 with flag 0/143000
34.31/31.47	c cleaning 15158 clauses out of 43286 with flag 0/161001
37.07/34.17	c cleaning 16215 clauses out of 47127 with flag 0/180000
42.67/39.63	c cleaning 17054 clauses out of 50912 with flag 0/200000
48.09/44.90	c cleaning 18078 clauses out of 54859 with flag 0/221001
52.52/49.23	c cleaning 18805 clauses out of 58780 with flag 0/243000
58.31/54.97	c cleaning 19235 clauses out of 62975 with flag 0/266000
62.46/58.99	c cleaning 21212 clauses out of 67740 with flag 0/290000
87.77/84.09	c cleaning 20908 clauses out of 71529 with flag 0/315001
92.33/88.56	c cleaning 21922 clauses out of 76620 with flag 0/341000
98.44/94.58	c cleaning 21916 clauses out of 81698 with flag 0/368000
105.58/101.59	c cleaning 23586 clauses out of 87782 with flag 0/396000
112.33/108.13	c cleaning 25362 clauses out of 93197 with flag 0/425001
118.36/114.05	c cleaning 24639 clauses out of 97834 with flag 0/455000
129.35/124.86	c cleaning 27568 clauses out of 104195 with flag 0/486000
138.28/133.50	c cleaning 26570 clauses out of 108628 with flag 0/518001
147.93/142.92	c cleaning 28343 clauses out of 115057 with flag 0/551000
182.02/176.67	c cleaning 25606 clauses out of 120714 with flag 0/585000
194.37/188.82	c cleaning 29894 clauses out of 130108 with flag 0/620000
207.63/201.86	c cleaning 32240 clauses out of 136214 with flag 0/656000
232.13/225.94	c cleaning 29782 clauses out of 140974 with flag 0/693000
246.36/239.93	c cleaning 28353 clauses out of 149192 with flag 0/731000
257.51/250.77	c cleaning 29130 clauses out of 159841 with flag 0/770002
271.16/264.05	c cleaning 33212 clauses out of 170709 with flag 0/810000
311.36/303.59	c cleaning 24441 clauses out of 178497 with flag 0/851000
328.04/319.72	c cleaning 33508 clauses out of 196056 with flag 0/893000
351.12/342.20	c cleaning 35499 clauses out of 205549 with flag 0/936001
361.16/351.72	c cleaning 36395 clauses out of 214049 with flag 0/980000
396.32/385.82	c cleaning 31342 clauses out of 222655 with flag 0/1025001
437.15/425.98	c cleaning 34461 clauses out of 237312 with flag 0/1071000
449.98/438.45	c cleaning 34949 clauses out of 249851 with flag 0/1118000
463.56/451.52	c cleaning 34728 clauses out of 262902 with flag 0/1166000
533.33/520.16	c cleaning 38325 clauses out of 277174 with flag 0/1215000
542.69/529.23	c starts		: 190
542.69/529.23	c conflicts		: 1244266
542.69/529.23	c decisions		: 6461727
542.69/529.23	c propagations		: 19713088
542.69/529.23	c inspects		: 908664842
542.69/529.23	c shortcuts		: 0
542.69/529.23	c learnt literals	: 1
542.69/529.23	c learnt binary clauses	: 3
542.69/529.23	c learnt ternary clauses	: 85
542.69/529.23	c learnt constraints	: 1244264
542.69/529.23	c ignored constraints	: 0
542.69/529.23	c root simplifications	: 0
542.69/529.23	c removed literals (reason simplification)	: 0
542.69/529.23	c reason swapping (by a shorter reason)	: 0
542.69/529.23	c Calls to reduceDB	: 45
542.69/529.23	c Number of update (reduction) of LBD	: 34752
542.69/529.23	c Imported unit clauses	: 0
542.69/529.23	c No decision after first conflict	: false
542.69/529.23	c number of reductions to clauses (during analyze)	: 0
542.69/529.23	c number of learned constraints concerned by reduction	: 0
542.69/529.23	c number of learning phase by resolution	: 0
542.69/529.23	c number of learning phase by cutting planes	: 0
542.69/529.23	c number of rounding to 1 operations	: 4420514
542.69/529.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
542.69/529.23	c number of reductions of the coefficients by power 2 	: 0
542.69/529.23	c number of right shift for reduction by power 2 	: 0
542.69/529.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
542.69/529.23	c number of ending skipping 	: 0
542.69/529.23	c number of internal skipping 	: 0
542.69/529.23	c number of derivation steps 	: 4215895
542.69/529.23	c number of skipped derivation steps 	: 0
542.69/529.23	c number of remaining unassigned 	: 16293
542.69/529.23	c number of remaining assigned 	: 34767649
542.69/529.23	c number of falsified literals weakened from reason	: 0
542.69/529.23	c number of falsified literals weakened from conflict	: 0
542.69/529.23	c time for arithmetic operations	: 2476629674
542.69/529.24	c minimum degree of deleted constraints	: 4
542.69/529.24	c maximum degree of deleted constraints	: 36893488147419103227
542.69/529.24	c number of deleted constraints	: 976151
542.69/529.25	c speed (assignments/second)	: 37290.61694858825
542.69/529.25	c non guided choices	: 1717660
542.82/529.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 90386
542.82/529.30	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 11370
542.82/529.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
542.82/529.30	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 166355
542.82/529.30	s UNSATISFIABLE
542.82/529.30	c Total wall clock time (in seconds): 529.155

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452655-1721446826/watcher-4452655-1721446826 -o /tmp/evaluation-result-4452655-1721446826/solver-4452655-1721446826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037948 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452655-1721446826.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1040430, runsolver pid=1040427

[startup+0.10184 s]*
/proc/loadavg: 4.18 4.20 4.18 6/331 1040448
/proc/meminfo: memFree=118120932/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=18975048 memory=62912 CPUtime=0.14 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 7233 0 0 0 12 2 0 0 20 0 18 0 196849301 19430449152 15728 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4743762 15728 5607 1 0 549348 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) D 1040427 1040430 1037935 0 -1 4194368 5759 0 0 0 7 1 0 0 20 0 18 0 196849301 19430449152 15728 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196849304 19430449152 15728 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196849304 19430449152 15728 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62912 KiB

[startup+0.206018 s]*
/proc/loadavg: 4.18 4.20 4.18 7/331 1040448
/proc/meminfo: memFree=118065500/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=18975048 memory=119248 CPUtime=0.34 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 7807 0 0 0 31 3 0 0 20 0 18 0 196849301 19430449152 29812 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4743762 29812 5852 1 0 549708 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 6048 0 0 0 16 2 0 0 20 0 18 0 196849301 19430449152 29812 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=18975048 memory=2643 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196849304 19430449152 29812 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196849304 19430449152 29812 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 119248 KiB

[startup+0.305635 s]*
/proc/loadavg: 4.18 4.20 4.18 7/332 1040449
/proc/meminfo: memFree=118019276/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19041612 memory=164856 CPUtime=0.5 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 9527 0 0 0 47 3 0 0 20 0 19 0 196849301 19498610688 41214 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4760403 41214 5852 1 0 551081 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19041612 memory=-7812159286163695971 CPUtime=0.25 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 6077 0 0 0 22 3 0 0 20 0 19 0 196849301 19498610688 41214 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196849304 19498610688 41214 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 196849304 19498610688 41214 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164856 KiB

[startup+0.700217 s]
/proc/loadavg: 4.18 4.20 4.18 7/332 1040449
/proc/meminfo: memFree=117840148/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=540928 CPUtime=1.22 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 11881 0 0 0 111 11 0 0 20 0 20 0 196849301 19566772224 135232 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 135232 5852 1 0 552594 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=5544 CPUtime=0.56 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 6305 0 0 0 47 9 0 0 20 0 20 0 196849301 19566772224 135232 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 135232 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 135232 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 540928 KiB

[startup+1.50102 s]
/proc/loadavg: 4.40 4.25 4.20 7/333 1040450
/proc/meminfo: memFree=117440472/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=1167392 CPUtime=2.79 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 19030 0 0 0 254 25 0 0 20 0 20 0 196849301 19566772224 291848 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 291848 5852 1 0 1256587 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=12504 CPUtime=1.25 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 6619 0 0 0 105 20 0 0 20 0 20 0 196849301 19566772224 291848 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 291848 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 291848 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 291848 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1167392 KiB

[startup+3.10602 s]
/proc/loadavg: 4.40 4.25 4.20 5/333 1040451
/proc/meminfo: memFree=115941676/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=2235868 CPUtime=5.48 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 19958 0 0 0 502 46 0 0 20 0 20 0 196849301 19566772224 558967 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 558967 5852 1 0 1256642 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=0 CPUtime=2.8 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 7155 0 0 0 240 40 0 0 20 0 20 0 196849301 19566772224 558967 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 558967 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 558967 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 558967 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2235868 KiB

[startup+6.30102 s]
/proc/loadavg: 4.37 4.25 4.19 5/333 1040451
/proc/meminfo: memFree=114701696/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=3422120 CPUtime=8.8 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 20906 0 0 0 813 67 0 0 20 0 20 0 196849301 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 855530 5852 1 0 1256669 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=0 CPUtime=5.91 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 8041 0 0 0 530 61 0 0 20 0 20 0 196849301 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 8.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3422120 KiB

[startup+12.7003 s]
/proc/loadavg: 4.34 4.24 4.19 5/333 1040451
/proc/meminfo: memFree=114685144/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=3422120 CPUtime=15.25 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 21808 0 0 0 1458 67 0 0 20 0 20 0 196849301 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 855530 5852 1 0 1256669 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=551492 CPUtime=12.12 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 8924 0 0 0 1151 61 0 0 20 0 20 0 196849301 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=3422120 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=2235868 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 855530 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3422120 KiB

[startup+25.5003 s]
/proc/loadavg: 4.29 4.23 4.19 5/333 1040455
/proc/meminfo: memFree=114623216/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=3441616 CPUtime=28.31 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 28009 0 0 0 2762 69 0 0 20 0 20 0 196849301 19566772224 860404 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 860404 5898 1 0 1256670 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=3422120 CPUtime=24.53 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 10662 0 0 0 2391 62 0 0 20 0 20 0 196849301 19566772224 860404 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=3431268 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 860404 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 860404 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 860404 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 28.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3441616 KiB

[startup+51.106 s]
/proc/loadavg: 4.23 4.23 4.19 5/333 1040458
/proc/meminfo: memFree=114298532/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=3486996 CPUtime=54.46 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 32800 0 0 0 5374 72 0 0 20 0 20 0 196849301 19566772224 871749 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 871749 5906 1 0 1256673 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=3464200 CPUtime=49.28 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 13794 0 0 0 4866 62 0 0 20 0 20 0 196849301 19566772224 871749 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=3470504 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 871749 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 871749 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0

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

/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 300 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1292067 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=5117068 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 1292067 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 413.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5168268 KiB

[startup+462.3 s]
/proc/loadavg: 4.42 4.25 4.20 5/330 1040531
/proc/meminfo: memFree=111729464/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=5242020 CPUtime=474.51 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 75864 0 0 0 47321 130 0 0 20 0 20 0 196849301 19566772224 1310505 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 1310505 5906 1 0 1486726 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=46876 CPUtime=445.45 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 35552 0 0 0 44461 84 0 0 20 0 20 0 196849301 19566772224 1310505 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=5188748 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1310505 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=5184652 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 348 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1310505 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=1992 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 1310505 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 474.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5242020 KiB

[startup+522.3 s]
/proc/loadavg: 4.28 4.23 4.19 5/330 1040541
/proc/meminfo: memFree=111613984/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=5356876 CPUtime=535.6 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 81389 0 0 0 53424 136 0 0 20 0 20 0 196849301 19566772224 1339219 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 1339219 5906 1 0 1486759 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=5295392 CPUtime=503.82 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 38646 0 0 0 50298 84 0 0 20 0 20 0 196849301 19566772224 1339219 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=5334308 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1339219 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=5346636 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 395 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1339219 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=-7812159286163695971 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 1339219 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 535.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5356876 KiB

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

# cumulated CPU time of all completed processes:  user=541.477 s, system=1.38575 s

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

[startup+524.8 s]
/proc/loadavg: 4.28 4.23 4.19 5/330 1040542
/proc/meminfo: memFree=111605652/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=5365068 CPUtime=538.17 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 81476 0 0 0 53681 136 0 0 20 0 20 0 196849301 19566772224 1341267 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 1341267 5906 1 0 1486759 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=5326112 CPUtime=506.25 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 38718 0 0 0 50541 84 0 0 20 0 20 0 196849301 19566772224 1341267 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=-7812159286163695971 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1341267 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 395 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1341267 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 1341267 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 538.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5365068 KiB

[startup+526.4 s]
/proc/loadavg: 4.25 4.23 4.19 5/330 1040542
/proc/meminfo: memFree=111601572/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=5369164 CPUtime=539.82 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 81531 0 0 0 53846 136 0 0 20 0 20 0 196849301 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 1342291 5906 1 0 1486759 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=11476 CPUtime=507.77 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 38718 0 0 0 50693 84 0 0 20 0 20 0 196849301 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=46876 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=2768 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 395 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=4872 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 539.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5369164 KiB

[startup+528 s]*
/proc/loadavg: 4.25 4.23 4.19 5/330 1040542
/proc/meminfo: memFree=111601564/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=5369164 CPUtime=541.42 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 81554 0 0 0 54006 136 0 0 20 0 20 0 196849301 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 1342291 5906 1 0 1486759 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=-7812159286163695971 CPUtime=509.38 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 38741 0 0 0 50854 84 0 0 20 0 20 0 196849301 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=19896 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=6936 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 395 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=7160 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 1342291 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 541.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5369164 KiB

[startup+528.8 s]
/proc/loadavg: 4.25 4.23 4.19 5/330 1040542
/proc/meminfo: memFree=111601564/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=5369228 CPUtime=542.22 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 82511 0 0 0 54086 136 0 0 20 0 20 0 196849301 19566772224 1342307 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 1342307 5906 1 0 1486771 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=19220 CPUtime=510.17 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 39517 0 0 0 50933 84 0 0 20 0 20 0 196849301 19566772224 1342307 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=-7812159286163695971 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1342307 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=2232 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 395 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1342307 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=1844 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 1342307 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 542.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5369228 KiB

[startup+529.2 s]
/proc/loadavg: 4.25 4.23 4.19 5/330 1040542
/proc/meminfo: memFree=111599480/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19108176 memory=5371308 CPUtime=542.69 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 83254 0 0 0 54133 136 0 0 20 0 20 0 196849301 19566772224 1342827 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4777044 1342827 5906 1 0 1486787 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19108176 memory=5369164 CPUtime=510.5 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) R 1040427 1040430 1037935 0 -1 4194368 39574 0 0 0 50966 84 0 0 20 0 20 0 196849301 19566772224 1342827 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19108176 memory=2332 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1342827 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19108176 memory=32176 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 395 0 0 0 0 0 0 0 20 0 20 0 196849304 19566772224 1342827 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040450] ppid=1040427 vsize=19108176 memory=28476 CPUtime=0 cores=5,7
/proc/1040430/task/1040450/stat : 1040450 (Timer-0) S 1040427 1040430 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 196849362 19566772224 1342827 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 542.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5371308 KiB

[startup+529.304 s]
/proc/loadavg: 4.25 4.23 4.19 5/330 1040542
/proc/meminfo: memFree=111599480/131524600 swapFree=131071996/131071996
[pid=1040430] ppid=1040427 vsize=19241304 memory=5371900 CPUtime=542.82 cores=5,7
/proc/1040430/stat : 1040430 (java) S 1040427 1040430 1037935 0 -1 1077936128 85065 0 0 0 54146 136 0 0 20 0 20 0 196849301 19703095296 1342975 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
/proc/1040430/statm: 4810326 1342975 5905 1 0 1487421 0
[pid=1040430/tid=1040432] ppid=1040427 vsize=19241304 memory=5295392 CPUtime=510.53 cores=5,7
/proc/1040430/task/1040432/stat : 1040432 (java) S 1040427 1040430 1037935 0 -1 1077936192 40545 0 0 0 50968 85 0 0 20 0 20 0 196849301 19703095296 1342975 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040441] ppid=1040427 vsize=19241304 memory=5346636 CPUtime=0 cores=5,7
/proc/1040430/task/1040441/stat : 1040441 (Finalizer) S 1040427 1040430 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196849304 19703095296 1342975 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
[pid=1040430/tid=1040448] ppid=1040427 vsize=19241304 memory=5356876 CPUtime=0 cores=5,7
/proc/1040430/task/1040448/stat : 1040448 (Common-Cleaner) S 1040427 1040430 1037935 0 -1 1077936192 395 0 0 0 0 0 0 0 20 0 20 0 196849304 19703095296 1342975 134679101440 94651105767424 94651105771120 140731423695952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94651105778936 94651105779728 94651126239232 140731423704046 140731423704159 140731423704159 140731423711176 0
Current children cumulated CPU time: 542.82 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 5371900 KiB

Child status: 20

Real time (s): 529.328
CPU time (s): 542.863
CPU user time (s): 541.477
CPU system time (s): 1.38575
CPU usage (%): 102.557
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 5371900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 541.477
system time used= 1.38576
maximum resident set size= 5372844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85273
page faults= 0
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26267
involuntary context switches= 3346


# summary of solver processes directly reported to runsolver:
#   pid: 1040430
#   total CPU time (s): 542.863
#   total CPU user time (s): 541.477
#   total CPU system time (s): 1.38575

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.08711 second user time and 2.66133 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-20 05:40:39
IDJOB=4452655
IDBENCH=165278
IDSOLVER=3046
FILE ID=nodeC027/4452655-1721446826
RUNJOBID= nodeC027-1721442917-1037948
SLURM_JOB_ID= 7545652
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452655-1721446826/watcher-4452655-1721446826 -o /tmp/evaluation-result-4452655-1721446826/solver-4452655-1721446826 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037948 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4452655-1721446826.opb

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

MD5SUM BENCH= 7bfcdc46f967c8c85bd034be31c75732
RANDOM SEED=1515850039

nodeC027.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		: 3600.534
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	: 7000.36
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		: 3673.309
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.29
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		: 3662.596
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	: 7000.36
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		: 3638.838
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.29
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		: 3600.262
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	: 7000.36
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		: 3655.387
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.29
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		: 3662.700
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	: 7000.36
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		: 3648.519
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118163472 kB
MemAvailable:   119905996 kB
Buffers:          528232 kB
Cached:          2052404 kB
SwapCached:            0 kB
Active:          1024032 kB
Inactive:       11688884 kB
Active(anon):       1552 kB
Inactive(anon): 10176644 kB
Active(file):    1022480 kB
Inactive(file):  1512240 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1468 kB
Writeback:             0 kB
AnonPages:      10132172 kB
Mapped:           127260 kB
Shmem:             45912 kB
KReclaimable:      95256 kB
Slab:             208656 kB
SReclaimable:      95256 kB
SUnreclaim:       113400 kB
KernelStack:        5056 kB
PageTables:        29996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12086620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71488 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9836544 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC027 at 2024-07-20 05:49:28