Trace number 4450975

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.31 3424.59

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
MD5SUMa95ffdb987ab7b28268efdc4e16ef22d
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 benchmark57.6902
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints751
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)751
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.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4450975-1721421364.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.35/0.23	c ... done. Wall clock time 0.076s.
0.35/0.23	c declared #vars     1501
0.35/0.23	c #constraints  1502
0.35/0.23	c constraints type 
0.35/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.35/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1500
0.35/0.23	c 1502 constraints processed.
1.44/0.89	c cleaning 1871 clauses out of 5001 with flag 0/5001
2.84/1.54	c cleaning 2117 clauses out of 9130 with flag 0/11001
4.21/2.25	c cleaning 2120 clauses out of 14013 with flag 0/18001
5.18/2.94	c cleaning 3356 clauses out of 19892 with flag 0/26000
6.25/3.81	c cleaning 2925 clauses out of 25537 with flag 0/35001
7.25/4.73	c cleaning 2918 clauses out of 32613 with flag 0/45002
8.35/5.87	c cleaning 3225 clauses out of 40693 with flag 0/56000
9.87/7.37	c cleaning 2633 clauses out of 49468 with flag 0/68000
11.90/9.39	c cleaning 3831 clauses out of 59835 with flag 0/81000
13.85/11.23	c cleaning 3431 clauses out of 70004 with flag 0/95000
17.00/14.36	c cleaning 5369 clauses out of 81574 with flag 0/110001
19.83/17.14	c cleaning 4102 clauses out of 92205 with flag 0/126001
23.60/20.86	c cleaning 4117 clauses out of 105102 with flag 0/143000
28.24/25.47	c cleaning 4816 clauses out of 118986 with flag 0/161001
31.90/29.08	c cleaning 5520 clauses out of 133170 with flag 0/180001
35.85/32.99	c cleaning 6200 clauses out of 147649 with flag 0/200000
50.33/47.18	c cleaning 11028 clauses out of 162449 with flag 0/221000
57.77/54.43	c cleaning 9569 clauses out of 173421 with flag 0/243000
63.20/59.78	c cleaning 5235 clauses out of 186853 with flag 0/266001
69.53/65.96	c cleaning 8568 clauses out of 205617 with flag 0/290000
79.68/75.83	c cleaning 8090 clauses out of 222049 with flag 0/315000
96.67/92.43	c cleaning 13075 clauses out of 239959 with flag 0/341000
118.37/113.72	c cleaning 11369 clauses out of 253885 with flag 0/368001
134.27/129.39	c cleaning 10368 clauses out of 270515 with flag 0/396000
147.49/142.37	c cleaning 9471 clauses out of 289147 with flag 0/425000
161.57/156.15	c cleaning 8739 clauses out of 309676 with flag 0/455000
172.55/166.89	c cleaning 8483 clauses out of 331938 with flag 0/486001
190.38/184.26	c cleaning 10831 clauses out of 355454 with flag 0/518000
207.19/200.60	c cleaning 10028 clauses out of 377623 with flag 0/551000
311.68/304.38	c cleaning 28972 clauses out of 401595 with flag 0/585000
329.04/321.22	c cleaning 11918 clauses out of 407624 with flag 0/620001
348.59/340.18	c cleaning 11349 clauses out of 431705 with flag 0/656000
374.66/365.56	c cleaning 22010 clauses out of 457356 with flag 0/693000
397.92/388.01	c cleaning 11482 clauses out of 473346 with flag 0/731000
423.90/413.23	c cleaning 9807 clauses out of 500864 with flag 0/770000
458.16/446.53	c cleaning 14869 clauses out of 531057 with flag 0/810000
484.34/472.10	c cleaning 11904 clauses out of 557189 with flag 0/851001
521.40/508.05	c cleaning 13092 clauses out of 587284 with flag 0/893000
550.66/536.13	c cleaning 11853 clauses out of 617193 with flag 0/936001
592.88/576.73	c cleaning 14901 clauses out of 649342 with flag 0/980003
640.81/622.87	c cleaning 17034 clauses out of 679438 with flag 0/1025000
687.38/667.61	c cleaning 9472 clauses out of 708407 with flag 0/1071003
725.96/704.62	c cleaning 14655 clauses out of 745933 with flag 0/1118001
783.67/760.24	c cleaning 13506 clauses out of 779277 with flag 0/1166000
846.86/820.62	c cleaning 14530 clauses out of 814771 with flag 0/1215000
894.00/866.44	c cleaning 11486 clauses out of 850242 with flag 0/1265001
947.91/917.42	c cleaning 16427 clauses out of 889755 with flag 0/1316000
1009.77/975.86	c cleaning 13889 clauses out of 925329 with flag 0/1368001
1071.96/1034.27	c cleaning 13006 clauses out of 964439 with flag 0/1421000
1154.87/1113.35	c cleaning 35615 clauses out of 1005434 with flag 0/1475001
1249.74/1203.47	c cleaning 13530 clauses out of 1024818 with flag 0/1530000
1320.26/1270.43	c cleaning 18430 clauses out of 1067288 with flag 0/1586000
1398.87/1345.15	c cleaning 16634 clauses out of 1105858 with flag 0/1643000
1502.93/1444.78	c cleaning 16622 clauses out of 1147226 with flag 0/1701002
1602.13/1539.45	c cleaning 15689 clauses out of 1189602 with flag 0/1760000
1699.08/1629.99	c cleaning 14112 clauses out of 1233914 with flag 0/1820001
1812.24/1737.40	c cleaning 22531 clauses out of 1280802 with flag 0/1881001
1928.75/1844.80	c cleaning 14734 clauses out of 1320270 with flag 0/1943000
2033.18/1943.79	c cleaning 14228 clauses out of 1368536 with flag 0/2006000
2134.13/2039.74	c cleaning 12473 clauses out of 1418308 with flag 0/2070000
2267.50/2166.18	c cleaning 13209 clauses out of 1470835 with flag 0/2135000
2415.30/2306.47	c cleaning 19127 clauses out of 1523628 with flag 0/2201002
2600.82/2483.24	c cleaning 13110 clauses out of 1571501 with flag 0/2268002
2778.19/2651.17	c cleaning 15362 clauses out of 1626389 with flag 0/2336000
2915.73/2781.86	c cleaning 10565 clauses out of 1680028 with flag 0/2405001
3127.06/2980.77	c cleaning 10988 clauses out of 1739462 with flag 0/2475000
3307.28/3151.12	c cleaning 11297 clauses out of 1799474 with flag 0/2546000
3480.03/3312.68	c cleaning 10005 clauses out of 1860178 with flag 0/2618001
3600.06/3424.42	c starts		: 231
3600.06/3424.43	c conflicts		: 2658862
3600.06/3424.43	c decisions		: 5389271
3600.06/3424.43	c propagations		: 30658391
3600.06/3424.43	c inspects		: 11291913305
3600.06/3424.43	c shortcuts		: 0
3600.06/3424.43	c learnt literals	: 0
3600.06/3424.43	c learnt binary clauses	: 0
3600.06/3424.43	c learnt ternary clauses	: 0
3600.06/3424.43	c learnt constraints	: 2658862
3600.06/3424.43	c ignored constraints	: 0
3600.06/3424.43	c root simplifications	: 0
3600.06/3424.43	c removed literals (reason simplification)	: 0
3600.06/3424.43	c reason swapping (by a shorter reason)	: 0
3600.06/3424.43	c Calls to reduceDB	: 68
3600.06/3424.43	c Number of update (reduction) of LBD	: 191285
3600.06/3424.43	c Imported unit clauses	: 0
3600.06/3424.43	c No decision after first conflict	: false
3600.06/3424.43	c number of reductions to clauses (during analyze)	: 0
3600.06/3424.43	c number of learned constraints concerned by reduction	: 0
3600.06/3424.43	c number of learning phase by resolution	: 0
3600.06/3424.43	c number of learning phase by cutting planes	: 0
3600.06/3424.43	c number of rounding to 1 operations	: 5328526
3600.06/3424.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3424.43	c number of reductions of the coefficients by power 2 	: 0
3600.06/3424.43	c number of right shift for reduction by power 2 	: 0
3600.06/3424.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3424.43	c number of ending skipping 	: 0
3600.06/3424.43	c number of internal skipping 	: 0
3600.06/3424.43	c number of derivation steps 	: 11795965
3600.06/3424.43	c number of skipped derivation steps 	: 0
3600.06/3424.43	c number of remaining unassigned 	: 22795
3600.06/3424.43	c number of remaining assigned 	: 48801876
3600.06/3424.43	c number of falsified literals weakened from reason	: 0
3600.06/3424.43	c number of falsified literals weakened from conflict	: 0
3600.06/3424.43	c time for arithmetic operations	: 3570148362
3600.06/3424.43	c minimum degree of deleted constraints	: 4
3600.06/3424.43	c maximum degree of deleted constraints	: 249796
3600.06/3424.43	c number of deleted constraints	: 767828
3600.06/3424.43	c speed (assignments/second)	: 8953.459426230107
3600.06/3424.43	c non guided choices	: 96339
3600.06/3424.44	c timeout
3600.21/3424.56	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1197356
3600.21/3424.56	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 52380
3600.21/3424.56	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 641298
3600.21/3424.56	s UNKNOWN
3600.21/3424.56	c Total wall clock time (in seconds): 3424.412

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450975-1721421364/watcher-4450975-1721421364 -o /tmp/evaluation-result-4450975-1721421364/solver-4450975-1721421364 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999907 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450975-1721421364.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100294 s]*
/proc/loadavg: 4.15 4.18 4.13 5/329 1000152
/proc/meminfo: memFree=117519648/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=18975048 memory=64368 CPUtime=0.14 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 7085 0 0 0 12 2 0 0 20 0 18 0 194296981 19430449152 16092 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4743762 16092 5627 1 0 549357 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 1078198336 5666 0 0 0 7 1 0 0 20 0 18 0 194296982 19430449152 16092 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194296984 19430449152 16092 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194296985 19430449152 16092 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64368 KiB

[startup+0.21252 s]*
/proc/loadavg: 4.15 4.18 4.13 7/329 1000152
/proc/meminfo: memFree=117476028/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=18975048 memory=108740 CPUtime=0.35 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 7668 0 0 0 32 3 0 0 20 0 18 0 194296981 19430449152 27185 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4743762 27185 5885 1 0 549702 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=18975048 memory=6007641856751698051 CPUtime=0.19 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) S 1000131 1000134 999896 0 -1 1077936192 5952 0 0 0 17 2 0 0 20 0 18 0 194296982 19430449152 27185 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=18975048 memory=14994 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194296984 19430449152 27185 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194296985 19430449152 27185 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 108740 KiB

[startup+0.308347 s]*
/proc/loadavg: 4.15 4.18 4.13 6/330 1000153
/proc/meminfo: memFree=117459956/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19041612 memory=123916 CPUtime=0.51 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 8041 0 0 0 48 3 0 0 20 0 19 0 194296981 19498610688 30979 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4760403 30979 5885 1 0 550104 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19041612 memory=-7813285186070931558 CPUtime=0.27 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 6051 0 0 0 25 2 0 0 20 0 19 0 194296982 19498610688 30979 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194296984 19498610688 30979 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194296985 19498610688 30979 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194297005 19498610688 30979 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123916 KiB

[startup+0.700258 s]
/proc/loadavg: 4.15 4.18 4.13 7/331 1000154
/proc/meminfo: memFree=117402776/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=173168 CPUtime=1.24 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 11161 0 0 0 120 4 0 0 20 0 20 0 194296981 19566772224 43292 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 43292 5885 1 0 552264 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=13012 CPUtime=0.61 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 6079 0 0 0 58 3 0 0 20 0 20 0 194296982 19566772224 43292 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 43292 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 43292 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=26268 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 43292 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173168 KiB

[startup+1.50752 s]
/proc/loadavg: 4.15 4.18 4.13 7/331 1000154
/proc/meminfo: memFree=117330144/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=607288 CPUtime=2.84 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 21646 0 0 0 271 13 0 0 20 0 20 0 194296981 19566772224 151822 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 151822 5885 1 0 556173 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=13012 CPUtime=1.39 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 6606 0 0 0 130 9 0 0 20 0 20 0 194296982 19566772224 151822 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 151822 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 151822 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 151822 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 607288 KiB

[startup+3.10653 s]
/proc/loadavg: 4.15 4.18 4.13 6/331 1000154
/proc/meminfo: memFree=116322684/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=1320764 CPUtime=5.46 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 26540 0 0 0 519 27 0 0 20 0 20 0 194296981 19566772224 330191 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 330191 5885 1 0 557140 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=0 CPUtime=2.94 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 8086 0 0 0 272 22 0 0 20 0 20 0 194296982 19566772224 330191 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 330191 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=861520 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 330191 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 330191 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1320764 KiB

[startup+6.30052 s]
/proc/loadavg: 4.14 4.18 4.12 5/331 1000156
/proc/meminfo: memFree=116196212/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=1325572 CPUtime=8.86 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 26664 0 0 0 858 28 0 0 20 0 20 0 194296981 19566772224 331393 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 331393 5885 1 0 557140 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=13012 CPUtime=6.06 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 8115 0 0 0 584 22 0 0 20 0 20 0 194296982 19566772224 331393 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 331393 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=7523660557566961250 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 331393 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=5560 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 331393 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 8.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1325572 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.17 4.12 5/331 1000156
/proc/meminfo: memFree=115450940/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=1760736 CPUtime=15.4 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 27857 0 0 0 1503 37 0 0 20 0 20 0 194296981 19566772224 440184 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 440184 5885 1 0 663668 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=0 CPUtime=12.29 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 8708 0 0 0 1199 30 0 0 20 0 20 0 194296982 19566772224 440184 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=1760736 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 440184 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 440184 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 440184 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1760736 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.20 4.13 5/331 1000157
/proc/meminfo: memFree=114562916/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=2284428 CPUtime=28.34 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 31303 0 0 0 2785 49 0 0 20 0 20 0 194296981 19566772224 571107 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 571107 5885 1 0 791090 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=1760736 CPUtime=24.67 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 10671 0 0 0 2426 41 0 0 20 0 20 0 194296982 19566772224 571107 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 571107 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=1905384 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 571107 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 571107 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 28.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2284428 KiB

[startup+51.1057 s]
/proc/loadavg: 4.16 4.18 4.13 5/331 1000162
/proc/meminfo: memFree=113782828/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=2323872 CPUtime=54.41 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 35652 0 0 0 5389 52 0 0 20 0 20 0 194296981 19566772224 580968 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 580968 5910 1 0 791107 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=2311460 CPUtime=49.5 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 13685 0 0 0 4909 41 0 0 20 0 20 0 194296982 19566772224 580968 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0

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

[startup+3102.3 s]
/proc/loadavg: 4.27 4.26 4.27 5/332 1001682
/proc/meminfo: memFree=105795724/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=7730944 CPUtime=3255.59 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 364182 0 0 0 325245 314 0 0 20 0 20 0 194296981 19566772224 1932736 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 1932736 5910 1 0 1963932 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=11488 CPUtime=3003.08 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 176426 0 0 0 300145 163 0 0 20 0 20 0 194296982 19566772224 1932736 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 78 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=7730944 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 1932736 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=7730940 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 2942 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 1932736 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=7730940 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 1932736 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 3255.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7730944 KiB

[startup+3162.3 s]
/proc/loadavg: 4.29 4.27 4.27 5/334 1001863
/proc/meminfo: memFree=105794928/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=7730948 CPUtime=3319.37 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 378052 0 0 0 331620 317 0 0 20 0 20 0 194296981 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 1932737 5910 1 0 1963932 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=7730940 CPUtime=3061.01 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 182193 0 0 0 305937 164 0 0 20 0 20 0 194296982 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 78 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=7730940 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=7730948 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 3025 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=7730948 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 3319.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7730948 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.25 4.27 5/334 1001873
/proc/meminfo: memFree=105794340/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=7730948 CPUtime=3383.03 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 387245 0 0 0 337983 320 0 0 20 0 20 0 194296981 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 1932737 5910 1 0 1963932 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=46072 CPUtime=3119.44 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 186685 0 0 0 311779 165 0 0 20 0 20 0 194296982 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 78 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=7730948 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=7730948 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 3105 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=7730948 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 1932737 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 3383.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7730948 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.28 4.27 5/336 1001944
/proc/meminfo: memFree=105792908/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=7731544 CPUtime=3447.38 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 396433 0 0 0 344415 323 0 0 20 0 20 0 194296981 19566772224 1932886 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 1932886 5910 1 0 1964129 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=7731540 CPUtime=3177.46 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 191116 0 0 0 317580 166 0 0 20 0 20 0 194296982 19566772224 1932886 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 78 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=7731540 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 1932886 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=46372 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 3184 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 1932886 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=7731544 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 1932886 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 3447.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7731544 KiB

[startup+3342.3 s]
/proc/loadavg: 4.44 4.32 4.29 5/336 1002022
/proc/meminfo: memFree=107604552/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=7731668 CPUtime=3511.52 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 405882 0 0 0 350826 326 0 0 20 0 20 0 194296981 19566772224 1932917 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 1932917 5910 1 0 1964144 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=11488 CPUtime=3235.55 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 195835 0 0 0 323388 167 0 0 20 0 20 0 194296982 19566772224 1932917 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 85 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 1932917 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=7731616 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 3265 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 1932917 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=46372 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 1932917 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 3511.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7731668 KiB

[startup+3402.3 s]
/proc/loadavg: 4.67 4.41 4.32 5/336 1002435
/proc/meminfo: memFree=111124428/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19108176 memory=7732456 CPUtime=3576.35 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 415833 0 0 0 357306 329 0 0 20 0 20 0 194296981 19566772224 1933114 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4777044 1933114 5910 1 0 1964341 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19108176 memory=11488 CPUtime=3293.67 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 200149 0 0 0 329199 168 0 0 20 0 20 0 194296982 19566772224 1933114 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 85 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194296984 19566772224 1933114 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19108176 memory=7732456 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 3344 0 0 0 0 0 0 0 20 0 20 0 194296985 19566772224 1933114 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19108176 memory=7732384 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194297005 19566772224 1933114 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 3576.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7732456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3424.4 s]
/proc/loadavg: 4.48 4.38 4.31 5/337 1002440
/proc/meminfo: memFree=110364616/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19174740 memory=7732620 CPUtime=3600.06 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 417528 0 0 0 359675 331 0 0 20 0 21 0 194296981 19634933760 1933155 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4793685 1933155 5910 1 0 1964678 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19174740 memory=32440 CPUtime=3314.71 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) R 1000131 1000134 999896 0 -1 4194368 201426 0 0 0 331303 168 0 0 20 0 21 0 194296982 19634933760 1933155 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 85 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19174740 memory=7732620 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194296984 19634933760 1933155 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19174740 memory=1976 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 3413 0 0 0 0 0 0 0 20 0 21 0 194296985 19634933760 1933155 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000153] ppid=1000131 vsize=19174740 memory=5444 CPUtime=0 cores=4,6
/proc/1000134/task/1000153/stat : 1000153 (Timer-0) S 1000131 1000134 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 194297005 19634933760 1933155 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7732620 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.97 s, system=3.33943 s

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

[startup+3424.51 s]
/proc/loadavg: 4.48 4.38 4.31 5/337 1002440
/proc/meminfo: memFree=110364616/131524600 swapFree=131071996/131071996
[pid=1000134] ppid=1000131 vsize=19374432 memory=7733452 CPUtime=3600.21 cores=4,6
/proc/1000134/stat : 1000134 (java) S 1000131 1000134 999896 0 -1 1077936128 420741 0 0 0 359690 331 0 0 20 0 22 0 194296981 19839418368 1933363 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
/proc/1000134/statm: 4843608 1933363 5909 1 0 1965604 0
[pid=1000134/tid=1000136] ppid=1000131 vsize=19374432 memory=11488 CPUtime=3314.73 cores=4,6
/proc/1000134/task/1000136/stat : 1000136 (java) S 1000131 1000134 999896 0 -1 1077936192 201501 0 0 0 331305 168 0 0 20 0 22 0 194296982 19839418368 1933363 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 85 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000145] ppid=1000131 vsize=19374432 memory=13012 CPUtime=0 cores=4,6
/proc/1000134/task/1000145/stat : 1000145 (Finalizer) S 1000131 1000134 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 194296984 19839418368 1933363 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
[pid=1000134/tid=1000152] ppid=1000131 vsize=19374432 memory=7732384 CPUtime=0 cores=4,6
/proc/1000134/task/1000152/stat : 1000152 (Common-Cleaner) S 1000131 1000134 999896 0 -1 1077936192 3413 0 0 0 0 0 0 0 20 0 22 0 194296985 19839418368 1933363 134679101440 94154757484544 94154757488240 140724182075824 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94154757496056 94154757496848 94154779553792 140724182078447 140724182078560 140724182078560 140724182085576 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 7733452 KiB

Child status: 143

Real time (s): 3424.59
CPU time (s): 3600.31
CPU user time (s): 3596.97
CPU system time (s): 3.33943
CPU usage (%): 105.131
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 7733452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.97
system time used= 3.33942
maximum resident set size= 7734656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141768
involuntary context switches= 24262


# summary of solver processes directly reported to runsolver:
#   pid: 1000134
#   total CPU time (s): 3600.31
#   total CPU user time (s): 3596.97
#   total CPU system time (s): 3.33943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26235 second user time and 18.4226 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-19 22:36:16
IDJOB=4450975
IDBENCH=162338
IDSOLVER=3046
FILE ID=nodeC016/4450975-1721421364
RUNJOBID= nodeC016-1721421149-999907
SLURM_JOB_ID= 7545492
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450975-1721421364/watcher-4450975-1721421364 -o /tmp/evaluation-result-4450975-1721421364/solver-4450975-1721421364 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999907 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450975-1721421364.opb

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

MD5SUM BENCH= a95ffdb987ab7b28268efdc4e16ef22d
RANDOM SEED=1997383728

nodeC016.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		: 3650.783
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.70
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		: 3600.455
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.63
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		: 3600.635
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.70
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		: 3676.713
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.63
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		: 3643.460
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.70
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		: 3676.824
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.63
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		: 3626.161
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.70
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		: 3600.055
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117563452 kB
MemAvailable:   121400628 kB
Buffers:          403076 kB
Cached:          4276016 kB
SwapCached:            0 kB
Active:           665808 kB
Inactive:       12659036 kB
Active(anon):       1544 kB
Inactive(anon):  8690112 kB
Active(file):     664264 kB
Inactive(file):  3968924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:       8644240 kB
Mapped:           127208 kB
Shmem:             45912 kB
KReclaimable:      87268 kB
Slab:             198944 kB
SReclaimable:      87268 kB
SUnreclaim:       111676 kB
KernelStack:        5024 kB
PageTables:        27068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11050184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72896 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8347648 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC016 at 2024-07-19 23:33:20