Trace number 4447475

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-12? (TO) 3600.79 3515.54

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-92.cnf.gz-plain.pb.metafix.opb
MD5SUMd059f39552443ed7b428fbc50456c2f5
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 benchmark33.126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables369
Total number of constraints748
Number of constraints which are clauses748
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 5
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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	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-4447475-1721356856.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.14/0.20	c ... done. Wall clock time 0.043s.
0.14/0.20	c declared #vars     369
0.14/0.20	c #constraints  748
0.14/0.20	c constraints type 
0.14/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 748
0.14/0.20	c 748 constraints processed.
1.29/0.74	c cleaning 0 clauses out of 5000 with flag 0/5000
1.89/1.08	c cleaning 0 clauses out of 11000 with flag 0/11000
2.67/1.46	c cleaning 0 clauses out of 18000 with flag 0/18000
3.47/1.95	c cleaning 0 clauses out of 26000 with flag 0/26000
4.17/2.60	c cleaning 0 clauses out of 35000 with flag 0/35000
5.02/3.31	c cleaning 0 clauses out of 45002 with flag 0/45002
6.03/4.34	c cleaning 0 clauses out of 56000 with flag 0/56000
6.93/5.24	c cleaning 0 clauses out of 68001 with flag 0/68001
8.04/6.37	c cleaning 0 clauses out of 81003 with flag 0/81003
9.35/7.63	c cleaning 0 clauses out of 95000 with flag 0/95000
11.17/9.46	c cleaning 0 clauses out of 110002 with flag 0/110002
13.27/11.59	c cleaning 0 clauses out of 126003 with flag 0/126003
15.27/13.50	c cleaning 0 clauses out of 143001 with flag 0/143001
16.99/15.29	c cleaning 0 clauses out of 161001 with flag 0/161001
19.39/17.61	c cleaning 0 clauses out of 180001 with flag 0/180001
22.82/21.05	c cleaning 0 clauses out of 200003 with flag 0/200003
25.31/23.59	c cleaning 0 clauses out of 221002 with flag 0/221002
28.43/26.64	c cleaning 0 clauses out of 243000 with flag 0/243000
32.98/31.11	c cleaning 0 clauses out of 266002 with flag 0/266002
38.46/36.62	c cleaning 0 clauses out of 290003 with flag 0/290003
42.40/40.55	c cleaning 0 clauses out of 315001 with flag 0/315001
46.26/44.38	c cleaning 0 clauses out of 341001 with flag 0/341001
50.85/48.98	c cleaning 0 clauses out of 368001 with flag 0/368001
57.69/55.77	c cleaning 0 clauses out of 396000 with flag 0/396000
65.76/63.74	c cleaning 0 clauses out of 425000 with flag 0/425000
73.62/71.56	c cleaning 0 clauses out of 455001 with flag 0/455001
83.33/81.20	c cleaning 0 clauses out of 486000 with flag 0/486000
95.00/92.92	c cleaning 0 clauses out of 518000 with flag 0/518000
105.88/103.82	c cleaning 0 clauses out of 551000 with flag 0/551000
117.83/115.88	c cleaning 0 clauses out of 585000 with flag 0/585000
131.69/129.78	c cleaning 0 clauses out of 620000 with flag 0/620000
144.65/142.79	c cleaning 0 clauses out of 656001 with flag 0/656001
158.40/156.57	c cleaning 0 clauses out of 693000 with flag 0/693000
172.24/170.43	c cleaning 0 clauses out of 731001 with flag 0/731001
185.29/183.54	c cleaning 0 clauses out of 770000 with flag 0/770000
198.57/196.83	c cleaning 0 clauses out of 810000 with flag 0/810000
210.22/208.49	c cleaning 0 clauses out of 851001 with flag 0/851001
225.48/223.64	c cleaning 0 clauses out of 893002 with flag 0/893002
242.63/240.75	c cleaning 0 clauses out of 936000 with flag 0/936000
263.69/261.70	c cleaning 0 clauses out of 980000 with flag 0/980000
286.34/284.36	c cleaning 0 clauses out of 1025003 with flag 0/1025003
309.18/307.07	c cleaning 0 clauses out of 1071000 with flag 0/1071000
330.81/328.66	c cleaning 0 clauses out of 1118000 with flag 0/1118000
354.64/352.36	c cleaning 0 clauses out of 1166000 with flag 0/1166000
388.57/386.22	c cleaning 0 clauses out of 1215001 with flag 0/1215001
421.07/418.61	c cleaning 0 clauses out of 1265001 with flag 0/1265001
443.69/441.26	c cleaning 0 clauses out of 1316001 with flag 0/1316001
489.62/487.30	c cleaning 0 clauses out of 1368000 with flag 0/1368000
520.52/518.20	c cleaning 0 clauses out of 1421000 with flag 0/1421000
547.98/545.69	c cleaning 0 clauses out of 1475002 with flag 0/1475002
566.92/564.48	c cleaning 0 clauses out of 1530004 with flag 0/1530004
595.06/592.52	c cleaning 0 clauses out of 1586001 with flag 0/1586001
621.91/619.24	c cleaning 0 clauses out of 1643001 with flag 0/1643001
645.05/642.39	c cleaning 0 clauses out of 1701000 with flag 0/1701000
664.27/661.49	c cleaning 0 clauses out of 1760001 with flag 0/1760001
697.14/694.29	c cleaning 0 clauses out of 1820000 with flag 0/1820000
727.39/724.39	c cleaning 0 clauses out of 1881001 with flag 0/1881001
755.53/752.48	c cleaning 0 clauses out of 1943001 with flag 0/1943001
805.48/802.21	c cleaning 0 clauses out of 2006000 with flag 0/2006000
884.13/880.77	c cleaning 0 clauses out of 2070001 with flag 0/2070001
940.75/937.23	c cleaning 0 clauses out of 2135001 with flag 0/2135001
984.77/981.28	c cleaning 0 clauses out of 2201001 with flag 0/2201001
1034.20/1030.56	c cleaning 0 clauses out of 2268000 with flag 0/2268000
1100.83/1097.02	c cleaning 0 clauses out of 2336001 with flag 0/2336001
1180.05/1176.30	c cleaning 0 clauses out of 2405000 with flag 0/2405000
1229.31/1225.34	c cleaning 0 clauses out of 2475000 with flag 0/2475000
1278.11/1274.14	c cleaning 0 clauses out of 2546001 with flag 0/2546001
1314.85/1310.70	c cleaning 0 clauses out of 2618000 with flag 0/2618000
1367.04/1362.86	c cleaning 0 clauses out of 2691000 with flag 0/2691000
1411.23/1407.11	c cleaning 0 clauses out of 2765001 with flag 0/2765001
1453.44/1447.48	c cleaning 0 clauses out of 2840002 with flag 0/2840002
1504.27/1496.31	c cleaning 0 clauses out of 2916002 with flag 0/2916002
1576.05/1568.17	c cleaning 0 clauses out of 2993000 with flag 0/2993000
1713.98/1704.16	c cleaning 0 clauses out of 3071001 with flag 0/3071001
1857.87/1843.85	c cleaning 0 clauses out of 3150000 with flag 0/3150000
1952.51/1936.39	c cleaning 0 clauses out of 3230001 with flag 0/3230001
2012.85/1994.10	c cleaning 0 clauses out of 3311001 with flag 0/3311001
2068.77/2047.59	c cleaning 0 clauses out of 3393003 with flag 0/3393003
2129.52/2105.64	c cleaning 0 clauses out of 3476000 with flag 0/3476000
2201.59/2175.01	c cleaning 0 clauses out of 3560000 with flag 0/3560000
2284.98/2255.73	c cleaning 0 clauses out of 3645001 with flag 0/3645001
2337.61/2305.60	c cleaning 0 clauses out of 3731000 with flag 0/3731000
2388.28/2353.49	c cleaning 0 clauses out of 3818003 with flag 0/3818003
2500.67/2460.68	c cleaning 0 clauses out of 3906000 with flag 0/3906000
2616.25/2570.76	c cleaning 0 clauses out of 3995000 with flag 0/3995000
2682.62/2634.26	c cleaning 0 clauses out of 4085002 with flag 0/4085002
2768.73/2714.66	c cleaning 0 clauses out of 4176000 with flag 0/4176000
2869.52/2812.27	c cleaning 0 clauses out of 4268001 with flag 0/4268001
2992.18/2928.77	c cleaning 0 clauses out of 4361001 with flag 0/4361001
3121.23/3051.74	c cleaning 0 clauses out of 4455001 with flag 0/4455001
3280.32/3207.37	c cleaning 0 clauses out of 4550000 with flag 0/4550000
3415.35/3335.82	c cleaning 0 clauses out of 4646001 with flag 0/4646001
3528.93/3445.77	c cleaning 0 clauses out of 4743001 with flag 0/4743001
3600.11/3515.29	c starts		: 272
3600.11/3515.29	c conflicts		: 4820747
3600.11/3515.30	c decisions		: 5999768
3600.11/3515.30	c propagations		: 82732163
3600.11/3515.30	c inspects		: 37113298427
3600.11/3515.30	c shortcuts		: 0
3600.11/3515.30	c learnt literals	: 0
3600.11/3515.30	c learnt binary clauses	: 0
3600.11/3515.30	c learnt ternary clauses	: 0
3600.11/3515.30	c learnt constraints	: 4820747
3600.11/3515.30	c ignored constraints	: 0
3600.11/3515.30	c root simplifications	: 0
3600.11/3515.30	c removed literals (reason simplification)	: 0
3600.11/3515.30	c reason swapping (by a shorter reason)	: 0
3600.11/3515.30	c Calls to reduceDB	: 93
3600.11/3515.30	c Number of update (reduction) of LBD	: 0
3600.11/3515.30	c Imported unit clauses	: 0
3600.11/3515.30	c No decision after first conflict	: false
3600.11/3515.30	c number of reductions to clauses (during analyze)	: 0
3600.11/3515.30	c number of learned constraints concerned by reduction	: 0
3600.11/3515.30	c number of learning phase by resolution	: 0
3600.11/3515.30	c number of learning phase by cutting planes	: 0
3600.11/3515.30	c number of rounding to 1 operations	: 0
3600.11/3515.30	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.11/3515.30	c number of reductions of the coefficients by power 2 	: 0
3600.11/3515.30	c number of right shift for reduction by power 2 	: 0
3600.11/3515.30	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.11/3515.30	c number of ending skipping 	: 0
3600.11/3515.30	c number of internal skipping 	: 0
3600.11/3515.30	c number of derivation steps 	: 53487164
3600.11/3515.30	c number of skipped derivation steps 	: 0
3600.11/3515.30	c number of remaining unassigned 	: 0
3600.11/3515.30	c number of remaining assigned 	: 0
3600.11/3515.30	c number of falsified literals weakened from reason	: 0
3600.11/3515.30	c number of falsified literals weakened from conflict	: 0
3600.11/3515.30	c time for arithmetic operations	: 0
3600.11/3515.30	c minimum degree of deleted constraints	: null
3600.11/3515.30	c maximum degree of deleted constraints	: null
3600.11/3515.30	c number of deleted constraints	: 0
3600.11/3515.30	c speed (assignments/second)	: 23536.232275743096
3600.11/3515.30	c non guided choices	: 4637
3600.36/3515.34	c timeout
3600.73/3515.52	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4820747
3600.73/3515.52	s UNKNOWN
3600.73/3515.52	c Total wall clock time (in seconds): 3515.368

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447475-1721356856/watcher-4447475-1721356856 -o /tmp/evaluation-result-4447475-1721356856/solver-4447475-1721356856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008010 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447475-1721356856.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100059 s]*
/proc/loadavg: 4.28 4.35 4.35 6/331 1010439
/proc/meminfo: memFree=110592320/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=18975048 memory=64576 CPUtime=0.14 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 7222 0 0 0 12 2 0 0 20 0 18 0 187855347 19430449152 16144 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4743762 16144 5548 1 0 549331 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 5753 0 0 0 7 1 0 0 20 0 18 0 187855348 19430449152 16144 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=18975048 memory=228556276070 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187855350 19430449152 16144 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187855351 19430449152 16144 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64576 KiB

[startup+0.206748 s]*
/proc/loadavg: 4.28 4.35 4.35 8/332 1010440
/proc/meminfo: memFree=110583348/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19041612 memory=74720 CPUtime=0.33 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 7895 0 0 0 31 2 0 0 20 0 19 0 187855347 19498610688 18680 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4760403 18680 5852 1 0 550103 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19041612 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 6063 0 0 0 17 2 0 0 20 0 19 0 187855348 19498610688 18680 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19041612 memory=17963 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187855350 19498610688 18680 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19041612 memory=14697378909259238 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187855351 19498610688 18680 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (java) R 1010418 1010421 1007998 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 187855368 19498610688 18680 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74720 KiB

[startup+0.310717 s]*
/proc/loadavg: 4.28 4.35 4.35 6/332 1010440
/proc/meminfo: memFree=110563424/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19041612 memory=94596 CPUtime=0.54 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 8438 0 0 0 51 3 0 0 20 0 19 0 187855347 19498610688 23649 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4760403 23649 5852 1 0 550380 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19041612 memory=-7813003711093762659 CPUtime=0.29 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 6090 0 0 0 27 2 0 0 20 0 19 0 187855348 19498610688 23649 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187855350 19498610688 23649 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187855351 19498610688 23649 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187855368 19498610688 23649 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94596 KiB

[startup+0.700753 s]
/proc/loadavg: 4.28 4.35 4.35 6/332 1010440
/proc/meminfo: memFree=110484576/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=183688 CPUtime=1.29 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 17905 0 0 0 123 6 0 0 20 0 20 0 187855347 19566772224 45922 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 45922 5868 1 0 556490 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=47236 CPUtime=0.65 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 6129 0 0 0 62 3 0 0 20 0 20 0 187855348 19566772224 45922 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 45922 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=2220 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 45922 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=5568 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 45922 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183688 KiB

[startup+1.50075 s]
/proc/loadavg: 4.28 4.35 4.35 6/333 1010441
/proc/meminfo: memFree=110446736/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=364844 CPUtime=2.87 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 25351 0 0 0 277 10 0 0 20 0 20 0 187855347 19566772224 91211 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 91211 5868 1 0 556932 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=12312 CPUtime=1.43 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 6698 0 0 0 136 7 0 0 20 0 20 0 187855348 19566772224 91211 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 91211 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=2220 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 91211 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=5568 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 91211 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 364844 KiB

[startup+3.10737 s]
/proc/loadavg: 4.26 4.34 4.35 5/333 1010441
/proc/meminfo: memFree=110082860/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=574240 CPUtime=4.75 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 27561 0 0 0 460 15 0 0 20 0 20 0 187855347 19566772224 143560 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 143560 5884 1 0 556934 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=0 CPUtime=3.01 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 7262 0 0 0 291 10 0 0 20 0 20 0 187855348 19566772224 143560 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=-7813003711093762659 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 143560 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 143560 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=2220 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 143560 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 4.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 574240 KiB

[startup+6.30029 s]
/proc/loadavg: 4.26 4.34 4.35 5/333 1010441
/proc/meminfo: memFree=109752268/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=860828 CPUtime=8.04 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 28108 0 0 0 783 21 0 0 20 0 20 0 187855347 19566772224 215207 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 215207 5884 1 0 556952 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=2220 CPUtime=6.16 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 7571 0 0 0 600 16 0 0 20 0 20 0 187855348 19566772224 215207 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 215207 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 215207 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 215207 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 8.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 860828 KiB

[startup+12.7003 s]
/proc/loadavg: 4.24 4.34 4.35 5/333 1010442
/proc/meminfo: memFree=108750504/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=1535548 CPUtime=14.47 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 30743 0 0 0 1412 35 0 0 20 0 20 0 187855347 19566772224 383887 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 383887 5884 1 0 663467 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=12312 CPUtime=12.43 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 8853 0 0 0 1215 28 0 0 20 0 20 0 187855348 19566772224 383887 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=866972 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 383887 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=47236 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 383887 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 383887 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1535548 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.34 4.35 5/333 1010444
/proc/meminfo: memFree=108522504/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=1642300 CPUtime=27.33 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 33286 0 0 0 2696 37 0 0 20 0 20 0 187855347 19566772224 410575 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 410575 5884 1 0 663479 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=6944656574621848725 CPUtime=25.06 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 10385 0 0 0 2477 29 0 0 20 0 20 0 187855348 19566772224 410575 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 410575 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=3444 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 410575 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 410575 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 27.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1642300 KiB

[startup+51.1059 s]
/proc/loadavg: 4.38 4.36 4.35 5/333 1010448
/proc/meminfo: memFree=108199196/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=1693508 CPUtime=53.11 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 36476 0 0 0 5272 39 0 0 20 0 20 0 187855347 19566772224 423377 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 423377 5884 1 0 663479 0

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

Current children cumulated memory: 3130528 KiB

[startup+3222.3 s]
/proc/loadavg: 4.40 4.43 4.47 5/335 1012615
/proc/meminfo: memFree=105867944/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=3130528 CPUtime=3295.3 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 442017 0 0 0 329228 302 0 0 20 0 20 0 187855347 19566772224 782632 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 782632 5932 1 0 796335 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=3130528 CPUtime=3193.2 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 212420 0 0 0 319259 61 0 0 20 0 20 0 187855348 19566772224 782632 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=3130528 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 782632 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=3071700 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 3445 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 782632 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=3130528 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 782632 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 3295.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3130528 KiB

[startup+3282.3 s]
/proc/loadavg: 4.48 4.44 4.47 5/335 1012625
/proc/meminfo: memFree=104984976/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=3213660 CPUtime=3358.68 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 458711 0 0 0 335558 310 0 0 20 0 20 0 187855347 19566772224 803415 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 803415 5932 1 0 817223 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=3213660 CPUtime=3252.78 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 220467 0 0 0 325214 64 0 0 20 0 20 0 187855348 19566772224 803415 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=3130528 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 803415 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=12340 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 3489 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 803415 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=3213660 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 803415 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 3358.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3213660 KiB

[startup+3342.3 s]
/proc/loadavg: 4.41 4.42 4.46 5/333 1012635
/proc/meminfo: memFree=104663600/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=3255488 CPUtime=3421.83 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 475198 0 0 0 341866 317 0 0 20 0 20 0 187855347 19566772224 813872 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 813872 5932 1 0 827667 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=12340 CPUtime=3312.13 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 226990 0 0 0 331148 65 0 0 20 0 20 0 187855348 19566772224 813872 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=3255488 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 813872 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=3255488 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 3568 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 813872 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=3255488 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 813872 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 3421.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3255488 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.36 4.44 5/333 1012646
/proc/meminfo: memFree=104520560/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=3255580 CPUtime=3481.99 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 479520 0 0 0 347880 319 0 0 20 0 20 0 187855347 19566772224 813895 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 813895 5932 1 0 827668 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=3213856 CPUtime=3371.81 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 228684 0 0 0 337116 65 0 0 20 0 20 0 187855348 19566772224 813895 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=3213660 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 813895 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=3255580 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 3670 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 813895 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=-7813003711093762659 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 813895 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 3481.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3255580 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.39 4.44 5/332 1012657
/proc/meminfo: memFree=103859696/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=3297316 CPUtime=3545.56 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 495788 0 0 0 354229 327 0 0 20 0 20 0 187855347 19566772224 824329 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 824329 5932 1 0 838112 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=3213660 CPUtime=3431.44 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 235719 0 0 0 343077 67 0 0 20 0 20 0 187855348 19566772224 824329 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=47848 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 824329 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=3297316 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 3671 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 824329 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=3297316 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 824329 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 3545.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3297316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3515.2 s]
/proc/loadavg: 4.32 4.36 4.43 6/332 1012665
/proc/meminfo: memFree=103733716/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19108176 memory=3297324 CPUtime=3600.11 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 504791 0 0 0 359679 332 0 0 20 0 20 0 187855347 19566772224 824331 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4777044 824331 5932 1 0 838112 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19108176 memory=5568 CPUtime=3483.66 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) R 1010418 1010421 1007998 0 -1 4194368 241181 0 0 0 348299 67 0 0 20 0 20 0 187855348 19566772224 824331 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19108176 memory=47848 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187855350 19566772224 824331 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19108176 memory=12312 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 3718 0 0 0 0 0 0 0 20 0 20 0 187855351 19566772224 824331 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010440] ppid=1010418 vsize=19108176 memory=1816 CPUtime=0 cores=1,3
/proc/1010421/task/1010440/stat : 1010440 (Timer-0) S 1010418 1010421 1007998 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187855368 19566772224 824331 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3297324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=3.34622 s

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

[startup+3515.4 s]
/proc/loadavg: 4.32 4.36 4.43 6/332 1012665
/proc/meminfo: memFree=103733716/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19307868 memory=3297992 CPUtime=3600.53 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 507362 0 0 0 359720 333 0 0 20 0 21 0 187855347 19771256832 824498 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4826967 824498 5931 1 0 839015 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19307868 memory=37484 CPUtime=3483.75 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) S 1010418 1010421 1007998 0 -1 1077936192 241231 0 0 0 348308 67 0 0 20 0 21 0 187855348 19771256832 824498 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19307868 memory=32284 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187855350 19771256832 824498 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19307868 memory=100 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 3718 0 0 0 0 0 0 0 20 0 21 0 187855351 19771256832 824498 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 3600.53 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3297992 KiB

[startup+3515.51 s]
/proc/loadavg: 4.32 4.36 4.43 6/332 1012665
/proc/meminfo: memFree=103733716/131524600 swapFree=131071996/131071996
[pid=1010421] ppid=1010418 vsize=19307868 memory=3297992 CPUtime=3600.73 cores=1,3
/proc/1010421/stat : 1010421 (java) S 1010418 1010421 1007998 0 -1 1077936128 507362 0 0 0 359740 333 0 0 20 0 21 0 187855347 19771256832 824498 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
/proc/1010421/statm: 4826967 824498 5931 1 0 839015 0
[pid=1010421/tid=1010423] ppid=1010418 vsize=19307868 memory=3297316 CPUtime=3483.75 cores=1,3
/proc/1010421/task/1010423/stat : 1010423 (java) S 1010418 1010421 1007998 0 -1 1077936192 241231 0 0 0 348308 67 0 0 20 0 21 0 187855348 19771256832 824498 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010432] ppid=1010418 vsize=19307868 memory=3297220 CPUtime=0 cores=1,3
/proc/1010421/task/1010432/stat : 1010432 (Finalizer) S 1010418 1010421 1007998 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 187855350 19771256832 824498 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
[pid=1010421/tid=1010439] ppid=1010418 vsize=19307868 memory=3297316 CPUtime=0 cores=1,3
/proc/1010421/task/1010439/stat : 1010439 (Common-Cleaner) S 1010418 1010421 1007998 0 -1 1077936192 3718 0 0 0 0 0 0 0 20 0 21 0 187855351 19771256832 824498 134679101440 94095761731584 94095761735280 140733701296672 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94095761743096 94095761743888 94095786319872 140733701305326 140733701305439 140733701305439 140733701312456 0
Current children cumulated CPU time: 3600.73 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3297992 KiB

Child status: 143

Real time (s): 3515.54
CPU time (s): 3600.79
CPU user time (s): 3597.44
CPU system time (s): 3.34622
CPU usage (%): 102.425
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3297992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 3.34622
maximum resident set size= 3298892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 507560
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112267
involuntary context switches= 18024


# summary of solver processes directly reported to runsolver:
#   pid: 1010421
#   total CPU time (s): 3600.79
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 3.34622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.63704 second user time and 17.7228 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 04:41:08
IDJOB=4447475
IDBENCH=158911
IDSOLVER=3046
FILE ID=nodeC033/4447475-1721356856
RUNJOBID= nodeC033-1721353366-1008010
SLURM_JOB_ID= 7542766
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-92.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447475-1721356856/watcher-4447475-1721356856 -o /tmp/evaluation-result-4447475-1721356856/solver-4447475-1721356856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721353366-1008010 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4447475-1721356856.opb

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

MD5SUM BENCH= d059f39552443ed7b428fbc50456c2f5
RANDOM SEED=901176324

nodeC033.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		: 3672.900
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.50
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		: 3664.475
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.25
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.767
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.50
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		: 3648.615
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.25
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		: 3673.006
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.50
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		: 3612.154
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.25
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.991
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.50
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		: 3684.196
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.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110636752 kB
MemAvailable:   116568004 kB
Buffers:          551480 kB
Cached:          6150780 kB
SwapCached:            0 kB
Active:           997396 kB
Inactive:       19090252 kB
Active(anon):       1556 kB
Inactive(anon): 13429740 kB
Active(file):     995840 kB
Inactive(file):  5660512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               844 kB
Writeback:            48 kB
AnonPages:      13382736 kB
Mapped:           127240 kB
Shmem:             45908 kB
KReclaimable:     229096 kB
Slab:             357584 kB
SReclaimable:     229096 kB
SUnreclaim:       128488 kB
KernelStack:        5056 kB
PageTables:        36340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14691724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69280 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12978176 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC033 at 2024-07-19 05:39:44