Trace number 4451035

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.43 3373.39

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
MD5SUM71fa1afe6ec5716be864bdb24fc2dd76
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 benchmark40.5307
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1201
Total number of constraints601
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)601
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.13/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	 - never skip resolution steps
0.13/0.14	 - Auto-division on coefficients is disabled
0.13/0.14	 - No postprocessing
0.13/0.14	 - Conflict is considered as is when resolving
0.13/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.14	 - Weaken first using unassigned literals
0.13/0.14	 - Bump strategy: ALWAYS_ONE
0.13/0.14	 - Bumper: ASSIGNED
0.13/0.14	--- Begin Solver configuration ---
0.13/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.14	Learn all clauses as in MiniSAT
0.13/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	No reason simplification
0.13/0.14	Armin Biere (Picosat) restarts strategy
0.13/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.14	timeout=2147483s
0.13/0.14	DB Simplification allowed=false
0.13/0.14	Listener: none
0.13/0.14	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4451035-1721422123.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.33/0.21	c ... done. Wall clock time 0.061s.
0.33/0.21	c declared #vars     1201
0.33/0.21	c #constraints  1202
0.33/0.21	c constraints type 
0.33/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1200
0.33/0.21	c 1202 constraints processed.
1.46/0.87	c cleaning 1679 clauses out of 5001 with flag 0/5001
2.65/1.41	c cleaning 1685 clauses out of 9321 with flag 0/11000
4.04/2.14	c cleaning 1766 clauses out of 14636 with flag 0/18000
5.33/2.81	c cleaning 1904 clauses out of 20870 with flag 0/26000
6.57/3.96	c cleaning 3296 clauses out of 27966 with flag 0/35000
7.72/4.90	c cleaning 2800 clauses out of 34670 with flag 0/45000
9.03/6.21	c cleaning 3080 clauses out of 42870 with flag 0/56000
10.65/7.81	c cleaning 3252 clauses out of 51791 with flag 0/68001
12.78/9.94	c cleaning 3476 clauses out of 61538 with flag 0/81000
14.94/12.05	c cleaning 4129 clauses out of 72062 with flag 0/95000
17.44/14.52	c cleaning 3757 clauses out of 82933 with flag 0/110000
20.46/17.59	c cleaning 4971 clauses out of 95176 with flag 0/126000
23.52/20.59	c cleaning 3978 clauses out of 107206 with flag 0/143001
27.07/24.00	c cleaning 4005 clauses out of 121227 with flag 0/161000
35.53/32.35	c cleaning 6415 clauses out of 136222 with flag 0/180000
39.89/36.60	c cleaning 4832 clauses out of 149809 with flag 0/200002
44.61/41.27	c cleaning 4874 clauses out of 165976 with flag 0/221001
51.02/47.52	c cleaning 6138 clauses out of 183101 with flag 0/243000
58.49/54.85	c cleaning 8710 clauses out of 199963 with flag 0/266000
69.44/65.53	c cleaning 6797 clauses out of 215256 with flag 0/290003
80.78/76.74	c cleaning 6453 clauses out of 233457 with flag 0/315001
97.94/93.54	c cleaning 11640 clauses out of 253003 with flag 0/341000
121.13/116.34	c cleaning 14065 clauses out of 268363 with flag 0/368000
132.03/127.09	c cleaning 8019 clauses out of 282298 with flag 0/396000
148.54/143.27	c cleaning 7703 clauses out of 303279 with flag 0/425000
167.02/161.39	c cleaning 10335 clauses out of 325578 with flag 0/455002
182.22/176.26	c cleaning 9437 clauses out of 346241 with flag 0/486000
201.55/195.19	c cleaning 10802 clauses out of 368804 with flag 0/518000
229.88/222.93	c cleaning 8695 clauses out of 391002 with flag 0/551000
260.35/253.07	c cleaning 9048 clauses out of 416308 with flag 0/585001
283.64/275.63	c cleaning 8018 clauses out of 442259 with flag 0/620000
312.46/303.71	c cleaning 9106 clauses out of 470241 with flag 0/656000
350.44/340.54	c cleaning 14190 clauses out of 498135 with flag 0/693000
389.87/378.62	c cleaning 11484 clauses out of 521946 with flag 0/731001
464.71/452.27	c cleaning 13259 clauses out of 549461 with flag 0/770000
502.86/489.30	c cleaning 13341 clauses out of 576202 with flag 0/810000
540.71/525.75	c cleaning 9519 clauses out of 603863 with flag 0/851002
587.60/570.95	c cleaning 11695 clauses out of 636343 with flag 0/893001
640.29/621.22	c cleaning 11134 clauses out of 667648 with flag 0/936001
699.68/678.02	c cleaning 13989 clauses out of 700513 with flag 0/980000
748.36/724.54	c cleaning 14650 clauses out of 731524 with flag 0/1025000
808.72/782.29	c cleaning 10303 clauses out of 762874 with flag 0/1071000
858.86/829.75	c cleaning 11695 clauses out of 799572 with flag 0/1118001
910.03/878.79	c cleaning 9851 clauses out of 835877 with flag 0/1166001
998.59/962.94	c cleaning 11984 clauses out of 875026 with flag 0/1215001
1110.24/1069.73	c cleaning 11965 clauses out of 913041 with flag 0/1265000
1241.38/1194.42	c cleaning 12925 clauses out of 952078 with flag 0/1316002
1369.34/1314.67	c cleaning 11865 clauses out of 991152 with flag 0/1368001
1478.02/1416.55	c cleaning 12256 clauses out of 1032288 with flag 0/1421002
1574.88/1507.71	c cleaning 12294 clauses out of 1074030 with flag 0/1475000
1673.48/1600.37	c cleaning 14711 clauses out of 1116736 with flag 0/1530000
1774.94/1695.36	c cleaning 10336 clauses out of 1158025 with flag 0/1586000
1879.02/1792.51	c cleaning 12203 clauses out of 1204689 with flag 0/1643000
1982.38/1889.71	c cleaning 14014 clauses out of 1250486 with flag 0/1701000
2097.69/1997.87	c cleaning 13711 clauses out of 1295474 with flag 0/1760002
2241.66/2130.79	c cleaning 10968 clauses out of 1341762 with flag 0/1820001
2423.07/2298.43	c cleaning 13946 clauses out of 1391793 with flag 0/1881000
2643.23/2501.88	c cleaning 12519 clauses out of 1439847 with flag 0/1943000
2884.92/2721.89	c cleaning 11909 clauses out of 1490328 with flag 0/2006000
3110.40/2925.43	c cleaning 11565 clauses out of 1542420 with flag 0/2070001
3396.05/3185.96	c cleaning 11509 clauses out of 1595855 with flag 0/2135001
3600.08/3373.22	c starts		: 228
3600.08/3373.23	c conflicts		: 2201000
3600.08/3373.23	c decisions		: 3737890
3600.08/3373.23	c propagations		: 21090870
3600.08/3373.23	c inspects		: 10449804508
3600.08/3373.23	c shortcuts		: 0
3600.08/3373.23	c learnt literals	: 0
3600.08/3373.23	c learnt binary clauses	: 0
3600.08/3373.23	c learnt ternary clauses	: 0
3600.08/3373.23	c learnt constraints	: 2201000
3600.08/3373.23	c ignored constraints	: 0
3600.08/3373.23	c root simplifications	: 0
3600.08/3373.23	c removed literals (reason simplification)	: 0
3600.08/3373.23	c reason swapping (by a shorter reason)	: 0
3600.08/3373.23	c Calls to reduceDB	: 62
3600.08/3373.23	c Number of update (reduction) of LBD	: 117336
3600.08/3373.23	c Imported unit clauses	: 0
3600.08/3373.23	c No decision after first conflict	: false
3600.08/3373.23	c number of reductions to clauses (during analyze)	: 0
3600.08/3373.23	c number of learned constraints concerned by reduction	: 0
3600.08/3373.23	c number of learning phase by resolution	: 0
3600.08/3373.23	c number of learning phase by cutting planes	: 0
3600.08/3373.23	c number of rounding to 1 operations	: 4059598
3600.08/3373.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3373.23	c number of reductions of the coefficients by power 2 	: 0
3600.08/3373.23	c number of right shift for reduction by power 2 	: 0
3600.08/3373.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3373.23	c number of ending skipping 	: 0
3600.08/3373.23	c number of internal skipping 	: 0
3600.08/3373.23	c number of derivation steps 	: 9825276
3600.08/3373.23	c number of skipped derivation steps 	: 0
3600.08/3373.23	c number of remaining unassigned 	: 17129
3600.08/3373.23	c number of remaining assigned 	: 37662777
3600.08/3373.23	c number of falsified literals weakened from reason	: 0
3600.08/3373.23	c number of falsified literals weakened from conflict	: 0
3600.08/3373.23	c time for arithmetic operations	: 3454560105
3600.08/3373.23	c minimum degree of deleted constraints	: 4
3600.08/3373.23	c maximum degree of deleted constraints	: 20850
3600.08/3373.23	c number of deleted constraints	: 550655
3600.08/3373.23	c speed (assignments/second)	: 6252.829815013999
3600.08/3373.23	c non guided choices	: 64218
3600.30/3373.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1037912
3600.30/3373.37	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 20914
3600.30/3373.37	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 591519
3600.30/3373.37	s UNKNOWN
3600.30/3373.37	c Total wall clock time (in seconds): 3373.219

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62768 MiB free)
  memory of node 1: 64473 MiB (63430 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451035-1721422123/watcher-4451035-1721422123 -o /tmp/evaluation-result-4451035-1721422123/solver-4451035-1721422123 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031744 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451035-1721422123.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=1031796, runsolver pid=1031788
Current StackSize limit: 8192 KiB


[startup+0.102184 s]*
/proc/loadavg: 1.15 2.24 3.27 14/324 1031875
/proc/meminfo: memFree=129055924/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=18975048 memory=63624 CPUtime=0.13 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 7265 0 0 0 12 1 0 0 20 0 18 0 194378532 19430449152 15906 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4743762 15906 5752 1 0 549357 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 1078198336 5803 0 0 0 7 1 0 0 20 0 18 0 194378533 19430449152 15906 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=18975048 memory=1676398 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194378535 19430449152 15906 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194378536 19430449152 15906 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63624 KiB

[startup+0.210818 s]*
/proc/loadavg: 1.15 2.24 3.27 15/324 1031875
/proc/meminfo: memFree=128941340/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=18975048 memory=92808 CPUtime=0.33 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 7878 0 0 0 31 2 0 0 20 0 18 0 194378532 19430449152 23202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4743762 23202 5859 1 0 549734 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=18975048 memory=8603368907145347203 CPUtime=0.19 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 6106 0 0 0 17 2 0 0 20 0 18 0 194378533 19430449152 23202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=18975048 memory=1676398 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194378535 19430449152 23202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194378536 19430449152 23202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 92808 KiB

[startup+0.307347 s]*
/proc/loadavg: 1.15 2.24 3.27 15/328 1031879
/proc/meminfo: memFree=128851348/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19041612 memory=116808 CPUtime=0.52 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 8262 0 0 0 49 3 0 0 20 0 19 0 194378532 19498610688 29202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4760403 29202 5859 1 0 550223 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19041612 memory=-7740383167102935648 CPUtime=0.27 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 6198 0 0 0 25 2 0 0 20 0 19 0 194378533 19498610688 29202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194378535 19498610688 29202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194378536 19498610688 29202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194378554 19498610688 29202 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 116808 KiB

[startup+0.700381 s]
/proc/loadavg: 1.15 2.24 3.27 14/332 1031883
/proc/meminfo: memFree=128624956/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=173792 CPUtime=1.26 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 13277 0 0 0 121 5 0 0 20 0 20 0 194378532 19566772224 43448 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 43448 5874 1 0 553740 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=12420 CPUtime=0.6 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 6225 0 0 0 57 3 0 0 20 0 20 0 194378533 19566772224 43448 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 43448 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=752915816570126782 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 43448 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=39476 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 43448 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173792 KiB

[startup+1.50038 s]
/proc/loadavg: 1.15 2.24 3.27 12/332 1031885
/proc/meminfo: memFree=128288792/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=553764 CPUtime=2.84 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 22592 0 0 0 271 13 0 0 20 0 20 0 194378532 19566772224 138441 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 138441 5874 1 0 556417 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=12420 CPUtime=1.37 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 6961 0 0 0 127 10 0 0 20 0 20 0 194378533 19566772224 138441 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=39476 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 138441 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 138441 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 138441 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 553764 KiB

[startup+3.10638 s]
/proc/loadavg: 1.15 2.24 3.27 11/332 1031885
/proc/meminfo: memFree=124732808/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=1324624 CPUtime=5.76 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 27333 0 0 0 548 28 0 0 20 0 20 0 194378532 19566772224 331156 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 331156 5890 1 0 557330 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=0 CPUtime=2.94 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 8083 0 0 0 270 24 0 0 20 0 20 0 194378533 19566772224 331156 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 331156 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 331156 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 331156 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324624 KiB

[startup+6.30838 s]
/proc/loadavg: 1.46 2.29 3.28 7/332 1031885
/proc/meminfo: memFree=123991608/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=1329100 CPUtime=9.14 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 27705 0 0 0 885 29 0 0 20 0 20 0 194378532 19566772224 332275 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 332275 5890 1 0 557347 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=12420 CPUtime=6.07 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 8344 0 0 0 583 24 0 0 20 0 20 0 194378533 19566772224 332275 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 332275 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 332275 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 332275 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1329100 KiB

[startup+12.7004 s]
/proc/loadavg: 1.67 2.32 3.28 7/332 1031886
/proc/meminfo: memFree=122685244/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=1760392 CPUtime=15.63 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 31394 0 0 0 1524 39 0 0 20 0 20 0 194378532 19566772224 440098 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 440098 5890 1 0 663873 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=1760180 CPUtime=12.28 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 10124 0 0 0 1194 34 0 0 20 0 20 0 194378533 19566772224 440098 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 440098 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 440098 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 440098 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1760392 KiB

[startup+25.5003 s]
/proc/loadavg: 2.26 2.42 3.30 6/332 1031888
/proc/meminfo: memFree=120681344/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=2279804 CPUtime=28.6 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 33370 0 0 0 2810 50 0 0 20 0 20 0 194378532 19566772224 569951 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 569951 5900 1 0 791297 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=2275708 CPUtime=24.65 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 11088 0 0 0 2421 44 0 0 20 0 20 0 194378533 19566772224 569951 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=2275708 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 569951 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=2273 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 569951 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=2382 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 569951 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 28.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2279804 KiB

[startup+51.1067 s]
/proc/loadavg: 2.86 2.55 3.32 6/331 1031892
/proc/meminfo: memFree=119468228/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=2327348 CPUtime=54.7 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 39854 0 0 0 5417 53 0 0 20 0 20 0 194378532 19566772224 581837 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 581837 5916 1 0 791298 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=-7740383167102411616 CPUtime=49.55 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 14957 0 0 0 4911 44 0 0 20 0 20 0 194378533 19566772224 581837 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378533 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0

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

[startup+3042.3 s]
/proc/loadavg: 4.53 4.49 4.40 6/332 1033630
/proc/meminfo: memFree=104977916/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=5044276 CPUtime=3238.22 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 329693 0 0 0 323534 288 0 0 20 0 20 0 194378532 19566772224 1261069 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 1261069 5916 1 0 1295313 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=5044276 CPUtime=2930.4 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 171443 0 0 0 292922 118 0 0 20 0 20 0 194378533 19566772224 1261069 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378584 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=5044276 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261069 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=5044276 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 3699 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261069 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=-7740383167102411616 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 1261069 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 3238.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044276 KiB

[startup+3102.3 s]
/proc/loadavg: 4.56 4.49 4.41 8/334 1033645
/proc/meminfo: memFree=104977084/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=5044320 CPUtime=3303.64 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 332602 0 0 0 330072 292 0 0 20 0 20 0 194378532 19566772224 1261080 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 1261080 5916 1 0 1295314 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=48052 CPUtime=2988.32 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 173655 0 0 0 298714 118 0 0 20 0 20 0 194378533 19566772224 1261080 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378584 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=32192 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261080 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 3792 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261080 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=48052 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 1261080 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 3303.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044320 KiB

[startup+3162.3 s]
/proc/loadavg: 4.44 4.47 4.41 6/334 1033657
/proc/meminfo: memFree=104976276/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=5044336 CPUtime=3370.01 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 336282 0 0 0 336706 295 0 0 20 0 20 0 194378532 19566772224 1261084 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 1261084 5916 1 0 1295319 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=48052 CPUtime=3045.58 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 175929 0 0 0 304439 119 0 0 20 0 20 0 194378533 19566772224 1261084 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378584 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=5044320 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261084 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=5044336 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 3885 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261084 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=5044324 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 1261084 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 3370.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044336 KiB

[startup+3222.3 s]
/proc/loadavg: 4.51 4.49 4.42 6/334 1033668
/proc/meminfo: memFree=104975192/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=5044352 CPUtime=3436.04 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 340342 0 0 0 343305 299 0 0 20 0 20 0 194378532 19566772224 1261088 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 1261088 5916 1 0 1295321 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=5044352 CPUtime=3103.04 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 178522 0 0 0 310185 119 0 0 20 0 20 0 194378533 19566772224 1261088 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 194378584 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=5044352 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261088 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=5044076 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 3976 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261088 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=-7740383167102411616 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 1261088 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 3436.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044352 KiB

[startup+3282.3 s]
/proc/loadavg: 6.36 4.95 4.58 8/334 1033680
/proc/meminfo: memFree=104974092/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=5044484 CPUtime=3499.84 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 344228 0 0 0 349681 303 0 0 20 0 20 0 194378532 19566772224 1261121 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 1261121 5916 1 0 1295359 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=5044396 CPUtime=3161.24 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 180956 0 0 0 316004 120 0 0 20 0 20 0 194378533 19566772224 1261121 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378584 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=16156 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261121 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=5044484 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 4067 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261121 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=5044484 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 1261121 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 3499.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044484 KiB

[startup+3342.3 s]
/proc/loadavg: 5.26 4.89 4.58 10/333 1033693
/proc/meminfo: memFree=104973596/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=5044488 CPUtime=3565.37 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 348067 0 0 0 356230 307 0 0 20 0 20 0 194378532 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 1261122 5916 1 0 1295359 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=5044484 CPUtime=3218.88 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 183253 0 0 0 321768 120 0 0 20 0 20 0 194378533 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378584 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=5044484 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 4158 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 3565.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3373.2 s]
/proc/loadavg: 4.89 4.84 4.57 6/308 1033731
/proc/meminfo: memFree=110005944/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19108176 memory=5044488 CPUtime=3600.08 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 351076 0 0 0 359699 309 0 0 20 0 20 0 194378532 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4777044 1261122 5916 1 0 1295359 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19108176 memory=2724 CPUtime=3248.22 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 184691 0 0 0 324701 121 0 0 20 0 20 0 194378533 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378584 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19108176 memory=13624 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194378535 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19108176 memory=11200 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 4252 0 0 0 0 0 0 0 20 0 20 0 194378536 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031877] ppid=1031788 vsize=19108176 memory=5044488 CPUtime=0 cores=4,6
/proc/1031796/task/1031877/stat : 1031877 (Timer-0) S 1031788 1031796 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194378554 19566772224 1261122 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5044488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.32 s, system=3.11196 s

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

[startup+3373.32 s]
/proc/loadavg: 4.89 4.84 4.57 6/308 1033731
/proc/meminfo: memFree=110005944/131524600 swapFree=131071996/131071996
[pid=1031796] ppid=1031788 vsize=19307868 memory=5045200 CPUtime=3600.3 cores=4,6
/proc/1031796/stat : 1031796 (java) S 1031788 1031796 1031733 0 -1 1077936128 353454 0 0 0 359721 309 0 0 20 0 21 0 194378532 19771256832 1261300 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
/proc/1031796/statm: 4826967 1261300 5915 1 0 1296246 0
[pid=1031796/tid=1031809] ppid=1031788 vsize=19307868 memory=5044484 CPUtime=3248.32 cores=4,6
/proc/1031796/task/1031809/stat : 1031809 (java) R 1031788 1031796 1031733 0 -1 4194368 184691 0 0 0 324711 121 0 0 20 0 21 0 194378533 19771256832 1261300 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 194378584 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031842] ppid=1031788 vsize=19307868 memory=5044484 CPUtime=0 cores=4,6
/proc/1031796/task/1031842/stat : 1031842 (Finalizer) S 1031788 1031796 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194378535 19771256832 1261300 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
[pid=1031796/tid=1031873] ppid=1031788 vsize=19307868 memory=5044488 CPUtime=0 cores=4,6
/proc/1031796/task/1031873/stat : 1031873 (Common-Cleaner) S 1031788 1031796 1031733 0 -1 1077936192 4252 0 0 0 0 0 0 0 20 0 21 0 194378536 19771256832 1261300 134679101440 93895282987008 93895282990704 140732724851456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93895282998520 93895282999312 93895288971264 140732724855790 140732724855903 140732724855903 140732724862920 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5045200 KiB

Child status: 143

Real time (s): 3373.39
CPU time (s): 3600.43
CPU user time (s): 3597.32
CPU system time (s): 3.11196
CPU usage (%): 106.73
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5045200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.32
system time used= 3.11197
maximum resident set size= 5046024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353666
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146164
involuntary context switches= 26286


# summary of solver processes directly reported to runsolver:
#   pid: 1031796
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3597.32
#   total CPU system time (s): 3.11196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.97309 second user time and 18.8701 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 22:48:56
IDJOB=4451035
IDBENCH=162341
IDSOLVER=3046
FILE ID=nodeC026/4451035-1721422123
RUNJOBID= nodeC026-1721422136-1031744
SLURM_JOB_ID= 7545504
Free space on /tmp= 890084 MiB

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

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

MD5SUM BENCH= 71fa1afe6ec5716be864bdb24fc2dd76
RANDOM SEED=854604774

nodeC026.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		: 3418.420
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.74
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		: 3401.514
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 3554.449
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.74
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		: 3591.743
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 3546.856
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.74
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		: 3531.051
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
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		: 3600.093
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.74
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		: 3577.345
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129229340 kB
MemAvailable:   129734872 kB
Buffers:          573552 kB
Cached:           778680 kB
SwapCached:            0 kB
Active:          1086096 kB
Inactive:         601964 kB
Active(anon):       1440 kB
Inactive(anon):   380296 kB
Active(file):    1084656 kB
Inactive(file):   221668 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2252 kB
Writeback:             0 kB
AnonPages:        332508 kB
Mapped:           106788 kB
Shmem:             45912 kB
KReclaimable:      78060 kB
Slab:             188444 kB
SReclaimable:      78060 kB
SUnreclaim:       110384 kB
KernelStack:        3840 kB
PageTables:         9392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     813160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC026 at 2024-07-19 23:45:10