Trace number 4448495

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 2890.2 2706.81

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x80split.opb
MD5SUM1a3ecc72c33db076137ced748302e815
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.93963
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints401
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)401
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4448495-1721362704.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.13/0.21	c ... done. Wall clock time 0.047s.
0.13/0.21	c declared #vars     801
0.13/0.21	c #constraints  802
0.13/0.21	c constraints type 
0.13/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 800
0.13/0.21	c 802 constraints processed.
1.66/0.91	c cleaning 1717 clauses out of 5000 with flag 0/5000
2.85/1.51	c cleaning 1248 clauses out of 9283 with flag 0/11000
4.04/2.13	c cleaning 1049 clauses out of 15035 with flag 0/18000
5.43/2.87	c cleaning 1393 clauses out of 21987 with flag 0/26001
6.79/3.68	c cleaning 1659 clauses out of 29593 with flag 0/35000
8.23/4.94	c cleaning 2295 clauses out of 37935 with flag 0/45001
9.46/6.17	c cleaning 2504 clauses out of 46639 with flag 0/56000
10.96/7.62	c cleaning 3242 clauses out of 56135 with flag 0/68000
12.62/9.24	c cleaning 2393 clauses out of 65893 with flag 0/81000
14.45/11.00	c cleaning 2735 clauses out of 77500 with flag 0/95000
17.07/13.65	c cleaning 3490 clauses out of 89765 with flag 0/110000
20.39/16.91	c cleaning 4007 clauses out of 102275 with flag 0/126000
24.02/20.60	c cleaning 3857 clauses out of 115269 with flag 0/143001
28.36/24.84	c cleaning 4480 clauses out of 129411 with flag 0/161000
34.40/30.82	c cleaning 5834 clauses out of 143931 with flag 0/180000
40.90/37.21	c cleaning 3910 clauses out of 158098 with flag 0/200001
47.67/43.95	c cleaning 3383 clauses out of 175187 with flag 0/221000
56.51/52.68	c cleaning 4122 clauses out of 193805 with flag 0/243001
67.30/63.27	c cleaning 5098 clauses out of 212683 with flag 0/266001
78.11/73.86	c cleaning 5881 clauses out of 231584 with flag 0/290000
90.19/85.78	c cleaning 5075 clauses out of 250705 with flag 0/315002
111.91/107.07	c cleaning 14323 clauses out of 271628 with flag 0/341000
124.85/119.78	c cleaning 7930 clauses out of 284306 with flag 0/368001
140.47/135.10	c cleaning 3821 clauses out of 304375 with flag 0/396000
156.79/151.16	c cleaning 4301 clauses out of 329556 with flag 0/425002
179.04/172.98	c cleaning 5127 clauses out of 355254 with flag 0/455001
202.30/195.72	c cleaning 8866 clauses out of 381126 with flag 0/486000
240.60/233.38	c cleaning 6155 clauses out of 404261 with flag 0/518001
263.55/255.85	c cleaning 6293 clauses out of 431105 with flag 0/551000
287.77/279.67	c cleaning 5152 clauses out of 458813 with flag 0/585001
333.40/323.94	c cleaning 5556 clauses out of 488661 with flag 0/620001
375.51/365.00	c cleaning 6445 clauses out of 519107 with flag 0/656003
431.76/419.44	c cleaning 6923 clauses out of 549661 with flag 0/693002
493.08/478.89	c cleaning 8142 clauses out of 580737 with flag 0/731001
542.91/527.15	c cleaning 7430 clauses out of 611596 with flag 0/770002
636.12/616.98	c cleaning 8856 clauses out of 644166 with flag 0/810002
725.68/702.28	c cleaning 8170 clauses out of 676309 with flag 0/851001
815.60/787.79	c cleaning 9003 clauses out of 710138 with flag 0/893000
921.09/887.66	c cleaning 6488 clauses out of 744136 with flag 0/936001
1032.97/993.16	c cleaning 7661 clauses out of 781647 with flag 0/980000
1125.07/1079.69	c cleaning 8076 clauses out of 818986 with flag 0/1025000
1243.10/1190.50	c cleaning 9174 clauses out of 856911 with flag 0/1071001
1402.47/1339.66	c cleaning 8888 clauses out of 894736 with flag 0/1118000
1561.05/1488.03	c cleaning 7388 clauses out of 933848 with flag 0/1166000
1677.55/1596.86	c cleaning 7376 clauses out of 975460 with flag 0/1215000
1767.19/1681.10	c cleaning 7478 clauses out of 1018085 with flag 0/1265001
1905.84/1809.87	c cleaning 9757 clauses out of 1061606 with flag 0/1316000
2100.63/1987.29	c cleaning 9310 clauses out of 1103849 with flag 0/1368000
2262.54/2135.09	c cleaning 9555 clauses out of 1147542 with flag 0/1421003
2494.49/2346.64	c cleaning 10038 clauses out of 1191984 with flag 0/1475000
2690.25/2525.29	c cleaning 8169 clauses out of 1236947 with flag 0/1530001
2889.95/2706.67	c starts		: 208
2889.95/2706.68	c conflicts		: 1570456
2889.95/2706.68	c decisions		: 2642846
2889.95/2706.68	c propagations		: 13307138
2889.95/2706.68	c inspects		: 9885015029
2889.95/2706.68	c shortcuts		: 0
2889.95/2706.68	c learnt literals	: 1
2889.95/2706.68	c learnt binary clauses	: 1
2889.95/2706.68	c learnt ternary clauses	: 4
2889.95/2706.68	c learnt constraints	: 1570454
2889.95/2706.68	c ignored constraints	: 0
2889.95/2706.68	c root simplifications	: 0
2889.95/2706.68	c removed literals (reason simplification)	: 0
2889.95/2706.68	c reason swapping (by a shorter reason)	: 0
2889.95/2706.68	c Calls to reduceDB	: 51
2889.95/2706.68	c Number of update (reduction) of LBD	: 54652
2889.95/2706.68	c Imported unit clauses	: 0
2889.95/2706.68	c No decision after first conflict	: false
2889.95/2706.68	c number of reductions to clauses (during analyze)	: 0
2889.95/2706.68	c number of learned constraints concerned by reduction	: 0
2889.95/2706.68	c number of learning phase by resolution	: 0
2889.95/2706.68	c number of learning phase by cutting planes	: 0
2889.95/2706.68	c number of rounding to 1 operations	: 2722608
2889.95/2706.68	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2889.95/2706.68	c number of reductions of the coefficients by power 2 	: 0
2889.95/2706.68	c number of right shift for reduction by power 2 	: 0
2889.95/2706.68	c number of reductions of the coefficients by GCD over coefficients 	: 0
2889.95/2706.68	c number of ending skipping 	: 0
2889.95/2706.68	c number of internal skipping 	: 0
2889.95/2706.68	c number of derivation steps 	: 6849856
2889.95/2706.68	c number of skipped derivation steps 	: 0
2889.95/2706.68	c number of remaining unassigned 	: 6110
2889.95/2706.68	c number of remaining assigned 	: 22197876
2889.95/2706.68	c number of falsified literals weakened from reason	: 0
2889.95/2706.68	c number of falsified literals weakened from conflict	: 0
2889.95/2706.68	c time for arithmetic operations	: 2191435068
2889.95/2706.68	c minimum degree of deleted constraints	: 4
2889.95/2706.68	c maximum degree of deleted constraints	: 4716
2889.95/2706.68	c number of deleted constraints	: 301223
2889.95/2706.68	c speed (assignments/second)	: 4916.7948165615235
2889.95/2706.68	c non guided choices	: 25302
2890.07/2706.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 779322
2890.07/2706.78	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9579
2890.07/2706.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
2890.07/2706.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 480329
2890.07/2706.78	s UNSATISFIABLE
2890.07/2706.78	c Total wall clock time (in seconds): 2706.627

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448495-1721362704/watcher-4448495-1721362704 -o /tmp/evaluation-result-4448495-1721362704/solver-4448495-1721362704 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721360068-1012979 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448495-1721362704.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100917 s]*
/proc/loadavg: 4.50 4.55 4.39 6/332 1014928
/proc/meminfo: memFree=97630684/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=18975048 memory=63236 CPUtime=0.13 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 7220 0 0 0 11 2 0 0 20 0 18 0 188438706 19430449152 15809 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4743762 15809 5684 1 0 549323 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 1077936192 5747 0 0 0 7 1 0 0 20 0 18 0 188438706 19430449152 15809 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188438709 19430449152 15809 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188438709 19430449152 15809 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63236 KiB

[startup+0.208775 s]*
/proc/loadavg: 4.50 4.55 4.39 9/332 1014928
/proc/meminfo: memFree=97614080/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=18975048 memory=80340 CPUtime=0.33 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 7781 0 0 0 30 3 0 0 20 0 18 0 188438706 19430449152 20085 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4743762 20085 5848 1 0 549679 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 1077936192 6049 0 0 0 16 1 0 0 20 0 18 0 188438706 19430449152 20085 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=18975048 memory=15945 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188438709 19430449152 20085 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188438709 19430449152 20085 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80340 KiB

[startup+0.313472 s]*
/proc/loadavg: 4.50 4.55 4.39 8/333 1014929
/proc/meminfo: memFree=97591556/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19041612 memory=102996 CPUtime=0.53 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 8726 0 0 0 50 3 0 0 20 0 19 0 188438706 19498610688 25749 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4760403 25749 5848 1 0 550536 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19041612 memory=-7524773334942116702 CPUtime=0.27 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 6144 0 0 0 25 2 0 0 20 0 19 0 188438706 19498610688 25749 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188438709 19498610688 25814 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188438709 19498610688 25814 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 188438728 19498610688 25814 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 102996 KiB

[startup+0.700474 s]
/proc/loadavg: 4.50 4.55 4.39 9/334 1014930
/proc/meminfo: memFree=97525472/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=182012 CPUtime=1.27 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 16047 0 0 0 122 5 0 0 20 0 20 0 188438706 19566772224 45503 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 45503 5864 1 0 555510 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=13120 CPUtime=0.61 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 6179 0 0 0 58 3 0 0 20 0 20 0 188438706 19566772224 45503 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 45503 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 45503 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 45503 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182012 KiB

[startup+1.50147 s]
/proc/loadavg: 4.50 4.55 4.39 8/334 1014930
/proc/meminfo: memFree=97447020/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=510440 CPUtime=2.85 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 26341 0 0 0 273 12 0 0 20 0 20 0 188438706 19566772224 127610 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 127610 5880 1 0 558388 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=13120 CPUtime=1.38 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 6676 0 0 0 130 8 0 0 20 0 20 0 188438706 19566772224 127610 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 127610 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 127610 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 127610 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 510440 KiB

[startup+3.10648 s]
/proc/loadavg: 4.50 4.55 4.39 8/334 1014932
/proc/meminfo: memFree=96357612/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=1334288 CPUtime=6.04 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 30116 0 0 0 575 29 0 0 20 0 20 0 188438706 19566772224 333572 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 333572 5880 1 0 558850 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=0 CPUtime=2.95 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 8162 0 0 0 271 24 0 0 20 0 20 0 188438706 19566772224 333572 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 333572 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=742084 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 333572 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 333572 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334288 KiB

[startup+6.30031 s]
/proc/loadavg: 4.54 4.56 4.40 6/334 1014932
/proc/meminfo: memFree=96357060/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=1334552 CPUtime=9.66 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 30321 0 0 0 937 29 0 0 20 0 20 0 188438706 19566772224 333638 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 333638 5895 1 0 558851 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=13120 CPUtime=6.07 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 8203 0 0 0 583 24 0 0 20 0 20 0 188438706 19566772224 333638 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 333638 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=7665514015864873330 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 333638 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 333638 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 9.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334552 KiB

[startup+12.7003 s]
/proc/loadavg: 4.57 4.56 4.40 6/334 1014933
/proc/meminfo: memFree=95276972/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=1761484 CPUtime=16.17 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 31495 0 0 0 1577 40 0 0 20 0 20 0 188438706 19566772224 440371 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 440371 5895 1 0 665379 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=0 CPUtime=12.32 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 8902 0 0 0 1198 34 0 0 20 0 20 0 188438706 19566772224 440371 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=1761484 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 440371 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 440371 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 440371 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 16.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1761484 KiB

[startup+25.5005 s]
/proc/loadavg: 4.53 4.55 4.40 6/334 1014935
/proc/meminfo: memFree=94751768/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=2274960 CPUtime=29.05 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 35450 0 0 0 2853 52 0 0 20 0 20 0 188438706 19566772224 568740 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 568740 5908 1 0 792802 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=1761484 CPUtime=24.66 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 10579 0 0 0 2421 45 0 0 20 0 20 0 188438706 19566772224 568740 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 568740 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=3460 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 568740 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=2266740 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 568740 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 29.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2274960 KiB

[startup+51.1058 s]
/proc/loadavg: 4.47 4.54 4.40 5/334 1014938
/proc/meminfo: memFree=93874192/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=2849924 CPUtime=55.02 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 40417 0 0 0 5439 63 0 0 20 0 20 0 188438706 19566772224 712481 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 712481 5908 1 0 926507 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=11400 CPUtime=49.56 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 13635 0 0 0 4903 53 0 0 20 0 20 0 188438706 19566772224 712481 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0

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

/proc/meminfo: memFree=114603112/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=4586388 CPUtime=2797.19 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 307716 0 0 0 279475 244 0 0 20 0 20 0 188438706 19566772224 1146597 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 1146597 5924 1 0 1179375 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=4586236 CPUtime=2533.43 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 146049 0 0 0 253252 91 0 0 20 0 20 0 188438706 19566772224 1146597 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 39 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=4586252 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146597 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=4586388 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 3388 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146597 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=4586388 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 1146597 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2797.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4586388 KiB

[startup+2682.3 s]
/proc/loadavg: 2.38 2.35 2.62 3/282 1016888
/proc/meminfo: memFree=114116588/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2863.27 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 317441 0 0 0 286078 249 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 1146658 5924 1 0 1179375 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2591.2 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 148795 0 0 0 259029 91 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 39 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=-7524773334942116702 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=-9187040390541113797 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 3434 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2863.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4586632 KiB

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

# cumulated CPU time of all completed processes:  user=2887.68 s, system=2.51851 s

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

[startup+2688 s]*
/proc/loadavg: 2.35 2.34 2.61 3/282 1016888
/proc/meminfo: memFree=114116676/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2869.63 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 317700 0 0 0 286714 249 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 1146658 5924 1 0 1179375 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=-7452715740904254054 CPUtime=2596.63 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 149052 0 0 0 259572 91 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=-9187040390541113797 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=5368 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 3434 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=2820 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2869.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4586632 KiB

[startup+2694.4 s]
/proc/loadavg: 2.32 2.33 2.61 3/282 1016890
/proc/meminfo: memFree=114116564/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2876.68 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 317935 0 0 0 287419 249 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 1146658 5924 1 0 1179375 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2602.78 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 149278 0 0 0 260187 91 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 39 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=1848 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=26340 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 3434 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=-7524773334942116702 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2876.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4586632 KiB

[startup+2700.8 s]
/proc/loadavg: 2.30 2.33 2.61 3/280 1016890
/proc/meminfo: memFree=114116592/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2883.44 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 318193 0 0 0 288095 249 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 1146658 5924 1 0 1179375 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2609.03 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 149494 0 0 0 260812 91 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=5428 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 3434 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=-7524773334942116702 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2883.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4586632 KiB

[startup+2704 s]*
/proc/loadavg: 2.27 2.32 2.60 3/280 1016892
/proc/meminfo: memFree=114116452/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2887 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 318432 0 0 0 288451 249 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 1146658 5924 1 0 1179375 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=-7452715740904254054 CPUtime=2612.11 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 149627 0 0 0 261120 91 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=-9187040390541113797 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=27320 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 3502 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=40484 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2887 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4586632 KiB

[startup+2705.6 s]
/proc/loadavg: 2.27 2.32 2.60 4/280 1016892
/proc/meminfo: memFree=114116444/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2888.96 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 318464 0 0 0 288646 250 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 1146658 5924 1 0 1179375 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=5428 CPUtime=2613.59 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 149639 0 0 0 261268 91 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 39 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 3502 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=39168 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2888.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4586632 KiB

[startup+2706.4 s]
/proc/loadavg: 2.33 2.33 2.61 3/280 1016892
/proc/meminfo: memFree=114116452/131524600 swapFree=131071996/131071996
[pid=1014910] ppid=1014907 vsize=19108176 memory=4586632 CPUtime=2889.75 cores=5,7
/proc/1014910/stat : 1014910 (java) S 1014907 1014910 1006321 0 -1 1077936128 318465 0 0 0 288725 250 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
/proc/1014910/statm: 4777044 1146658 5924 1 0 1179375 0
[pid=1014910/tid=1014912] ppid=1014907 vsize=19108176 memory=3474018245614469773 CPUtime=2614.38 cores=5,7
/proc/1014910/task/1014912/stat : 1014912 (java) R 1014907 1014910 1006321 0 -1 4194368 149640 0 0 0 261347 91 0 0 20 0 20 0 188438706 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 39 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014921] ppid=1014907 vsize=19108176 memory=4581636 CPUtime=0 cores=5,7
/proc/1014910/task/1014921/stat : 1014921 (Finalizer) S 1014907 1014910 1006321 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014928] ppid=1014907 vsize=19108176 memory=-7452715740904254054 CPUtime=0 cores=5,7
/proc/1014910/task/1014928/stat : 1014928 (Common-Cleaner) S 1014907 1014910 1006321 0 -1 1077936192 3502 0 0 0 0 0 0 0 20 0 20 0 188438709 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
[pid=1014910/tid=1014929] ppid=1014907 vsize=19108176 memory=-7313703874356272762 CPUtime=0 cores=5,7
/proc/1014910/task/1014929/stat : 1014929 (Timer-0) S 1014907 1014910 1006321 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 188438728 19566772224 1146658 134679101440 94784841150464 94784841154160 140722089181536 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94784841161976 94784841162768 94784858796032 140722089186286 140722089186399 140722089186399 140722089193416 0
Current children cumulated CPU time: 2889.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4586632 KiB

[startup+2706.8 s]*
/proc/loadavg: 2.33 2.33 2.61 5/263 1016894
/proc/meminfo: memFree=114124864/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 2706.81
CPU time (s): 2890.2
CPU user time (s): 2887.68
CPU system time (s): 2.51851
CPU usage (%): 106.775
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 4587240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2887.68
system time used= 2.51851
maximum resident set size= 4588276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 320938
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121069
involuntary context switches= 14940


# summary of solver processes directly reported to runsolver:
#   pid: 1014910
#   total CPU time (s): 2890.2
#   total CPU user time (s): 2887.68
#   total CPU system time (s): 2.51851

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.59999 second user time and 13.6204 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 06:18:37
IDJOB=4448495
IDBENCH=160428
IDSOLVER=3046
FILE ID=nodeC031/4448495-1721362704
RUNJOBID= nodeC031-1721360068-1012979
SLURM_JOB_ID= 7542768
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 1a3ecc72c33db076137ced748302e815
RANDOM SEED=32129887

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        97673088 kB
MemAvailable:   103991080 kB
Buffers:          499344 kB
Cached:          6578080 kB
SwapCached:            0 kB
Active:           977012 kB
Inactive:       32039816 kB
Active(anon):       1552 kB
Inactive(anon): 25975548 kB
Active(file):     975460 kB
Inactive(file):  6064268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               940 kB
Writeback:            20 kB
AnonPages:      25937220 kB
Mapped:           126628 kB
Shmem:             37720 kB
KReclaimable:     235820 kB
Slab:             364936 kB
SReclaimable:     235820 kB
SUnreclaim:       129116 kB
KernelStack:        5076 kB
PageTables:        60684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   26447252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70752 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25276416 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      254676 kB
DirectMap2M:    39364608 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-19 07:03:44