Trace number 4427669

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.22 3545.14

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-jun5.5.opb
MD5SUM5d17a5a2908f0ead03acb71ed633b69a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark145
Best CPU time to get the best result obtained on this benchmark3.24379
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26656
Number of constraints which are cardinality constraints (but not clauses)240
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: ASSIGNED
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Armin Biere (Picosat) restarts strategy
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4427669-1721000426.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  objective function found
1.80/1.05	c ... done. Wall clock time 0.885s.
1.80/1.05	c declared #vars     9324
1.80/1.05	c #constraints  28660
1.80/1.05	c constraints type 
1.80/1.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
1.80/1.05	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 296
1.80/1.05	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 868
1.80/1.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11508
1.80/1.05	c 28660 constraints processed.
1.80/1.06	c objective function length is 26 literals
5.97/3.16	c cleaning 2477 clauses out of 5000 with flag 0/5000
9.01/4.91	c cleaning 3607 clauses out of 8524 with flag 0/11001
11.20/6.91	c cleaning 3847 clauses out of 11917 with flag 0/18001
14.13/9.75	c cleaning 4701 clauses out of 16069 with flag 0/26000
17.79/13.36	c cleaning 4458 clauses out of 20370 with flag 0/35002
21.92/17.35	c cleaning 4950 clauses out of 25913 with flag 0/45003
28.15/23.56	c cleaning 7088 clauses out of 31960 with flag 0/56000
36.92/32.27	c cleaning 5825 clauses out of 36872 with flag 0/68000
47.94/43.14	c cleaning 7048 clauses out of 44049 with flag 0/81002
58.97/54.03	c cleaning 7636 clauses out of 51000 with flag 0/95001
74.67/69.57	c cleaning 9677 clauses out of 58366 with flag 0/110003
83.86/78.50	c cleaning 9182 clauses out of 64686 with flag 0/126000
99.40/93.78	c cleaning 8888 clauses out of 72504 with flag 0/143000
116.44/110.24	c cleaning 9795 clauses out of 81617 with flag 0/161001
131.55/124.87	c cleaning 9856 clauses out of 90821 with flag 0/180000
146.68/139.61	c cleaning 11285 clauses out of 100965 with flag 0/200000
169.32/161.87	c cleaning 13612 clauses out of 110683 with flag 0/221003
187.94/180.04	c cleaning 14379 clauses out of 119068 with flag 0/243000
211.54/203.34	c cleaning 12928 clauses out of 127689 with flag 0/266000
239.61/231.09	c cleaning 14105 clauses out of 138761 with flag 0/290000
292.10/282.71	c cleaning 12105 clauses out of 149657 with flag 0/315001
325.95/316.07	c cleaning 16675 clauses out of 163551 with flag 0/341000
365.93/355.33	c cleaning 15878 clauses out of 173876 with flag 0/368000
419.88/408.36	c cleaning 18429 clauses out of 185999 with flag 0/396001
451.75/439.58	c cleaning 16703 clauses out of 196569 with flag 0/425000
539.89/526.38	c cleaning 19674 clauses out of 209867 with flag 0/455001
590.42/575.91	c cleaning 15706 clauses out of 221193 with flag 0/486001
671.01/655.40	c cleaning 17376 clauses out of 237486 with flag 0/518000
759.35/742.94	c cleaning 21091 clauses out of 253112 with flag 0/551002
868.12/851.18	c cleaning 19247 clauses out of 266020 with flag 0/585001
910.20/892.27	c cleaning 21291 clauses out of 281772 with flag 0/620000
966.57/947.49	c cleaning 23620 clauses out of 296482 with flag 0/656001
1043.15/1021.82	c cleaning 20946 clauses out of 309861 with flag 0/693000
1138.89/1116.43	c cleaning 24457 clauses out of 326916 with flag 0/731001
1195.47/1172.29	c cleaning 18521 clauses out of 341458 with flag 0/770000
1297.75/1273.68	c cleaning 23475 clauses out of 362937 with flag 0/810000
1442.16/1417.47	c cleaning 26945 clauses out of 380462 with flag 0/851000
1542.52/1516.80	c cleaning 26990 clauses out of 395517 with flag 0/893000
1602.72/1575.53	c cleaning 28048 clauses out of 411528 with flag 0/936001
1701.90/1673.09	c cleaning 28393 clauses out of 427479 with flag 0/980000
1802.87/1772.74	c cleaning 27978 clauses out of 444087 with flag 0/1025001
1929.13/1896.49	c cleaning 27174 clauses out of 462109 with flag 0/1071001
2056.92/2022.61	c cleaning 28919 clauses out of 481934 with flag 0/1118000
2284.95/2249.14	c cleaning 33696 clauses out of 501015 with flag 0/1166000
2383.85/2346.68	c cleaning 28018 clauses out of 516321 with flag 0/1215002
2529.33/2490.63	c cleaning 27291 clauses out of 538302 with flag 0/1265001
2718.02/2677.84	c cleaning 30869 clauses out of 562010 with flag 0/1316000
2779.33/2737.41	c cleaning 31142 clauses out of 583141 with flag 0/1368000
2859.62/2815.22	c cleaning 32128 clauses out of 605002 with flag 0/1421003
3028.60/2981.14	c cleaning 36131 clauses out of 626872 with flag 0/1475001
3360.36/3310.63	c cleaning 42402 clauses out of 645740 with flag 0/1530000
3600.02/3545.02	c starts		: 208
3600.02/3545.02	c timeout
3600.02/3545.03	c conflicts		: 1572014
3600.02/3545.03	c decisions		: 2066746
3600.02/3545.03	c propagations		: 66278440
3600.02/3545.03	c inspects		: 6755467739
3600.02/3545.03	c shortcuts		: 0
3600.02/3545.03	c learnt literals	: 0
3600.02/3545.03	c learnt binary clauses	: 423
3600.02/3545.03	c learnt ternary clauses	: 682
3600.02/3545.03	c learnt constraints	: 1572014
3600.02/3545.03	c ignored constraints	: 0
3600.02/3545.03	c root simplifications	: 0
3600.02/3545.03	c removed literals (reason simplification)	: 0
3600.02/3545.03	c reason swapping (by a shorter reason)	: 0
3600.02/3545.03	c Calls to reduceDB	: 51
3600.02/3545.03	c Number of update (reduction) of LBD	: 43883
3600.02/3545.03	c Imported unit clauses	: 0
3600.02/3545.03	c No decision after first conflict	: false
3600.02/3545.03	c number of reductions to clauses (during analyze)	: 0
3600.02/3545.03	c number of learned constraints concerned by reduction	: 0
3600.02/3545.03	c number of learning phase by resolution	: 0
3600.02/3545.03	c number of learning phase by cutting planes	: 0
3600.02/3545.03	c number of rounding to 1 operations	: 6919448
3600.02/3545.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3545.03	c number of reductions of the coefficients by power 2 	: 0
3600.02/3545.03	c number of right shift for reduction by power 2 	: 0
3600.02/3545.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3545.03	c number of ending skipping 	: 0
3600.02/3545.03	c number of internal skipping 	: 0
3600.02/3545.03	c number of derivation steps 	: 23756181
3600.02/3545.03	c number of skipped derivation steps 	: 0
3600.02/3545.03	c number of remaining unassigned 	: 118562
3600.02/3545.04	c number of remaining assigned 	: 208031217
3600.02/3545.04	c number of falsified literals weakened from reason	: 0
3600.02/3545.04	c number of falsified literals weakened from conflict	: 0
3600.02/3545.04	c time for arithmetic operations	: 8471077890
3600.02/3545.04	c minimum degree of deleted constraints	: 4
3600.02/3545.04	c maximum degree of deleted constraints	: 321971
3600.02/3545.04	c number of deleted constraints	: 926662
3600.02/3545.04	c speed (assignments/second)	: 18701.80250341426
3600.02/3545.04	c non guided choices	: 224839
3600.17/3545.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 517376
3600.17/3545.12	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9802
3600.17/3545.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 423
3600.17/3545.12	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 117751
3600.17/3545.12	s UNKNOWN
3600.17/3545.12	c Total wall clock time (in seconds): 3544.964

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427669-1721000426/watcher-4427669-1721000426 -o /tmp/evaluation-result-4427669-1721000426/solver-4427669-1721000426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720994549-778853 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427669-1721000426.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.101892 s]*
/proc/loadavg: 4.14 4.30 4.26 6/333 783088
/proc/meminfo: memFree=113057200/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=18975048 memory=62712 CPUtime=0.14 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 7211 0 0 0 12 2 0 0 20 0 18 0 152207913 19430449152 15678 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4743762 15678 5601 1 0 549331 0
[pid=783070/tid=783072] ppid=783067 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 5755 0 0 0 7 1 0 0 20 0 18 0 152207913 19430449152 15678 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152207916 19430449152 15678 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=18975048 memory=14418111545766250 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152207916 19430449152 15678 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62712 KiB

[startup+0.206457 s]*
/proc/loadavg: 4.14 4.30 4.26 7/333 783088
/proc/meminfo: memFree=113048604/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=18975048 memory=71296 CPUtime=0.33 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 7709 0 0 0 30 3 0 0 20 0 18 0 152207913 19430449152 17824 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4743762 17824 5760 1 0 549642 0
[pid=783070/tid=783072] ppid=783067 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) S 783067 783070 778840 0 -1 1077936192 6025 0 0 0 16 2 0 0 20 0 18 0 152207913 19430449152 17824 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=18975048 memory=1667 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152207916 19430449152 17824 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=18975048 memory=15539613406070311 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152207916 19430449152 17824 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71296 KiB

[startup+0.309874 s]*
/proc/loadavg: 4.29 4.32 4.27 7/334 783089
/proc/meminfo: memFree=112955852/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19041612 memory=164500 CPUtime=0.51 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 9396 0 0 0 46 5 0 0 20 0 19 0 152207913 19498610688 41125 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4760403 41125 5845 1 0 551032 0
[pid=783070/tid=783072] ppid=783067 vsize=19041612 memory=-8671516608446243516 CPUtime=0.26 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 6095 0 0 0 23 3 0 0 20 0 19 0 152207913 19498610688 41125 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152207916 19498610688 41125 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152207916 19498610688 41125 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164500 KiB

[startup+0.704995 s]
/proc/loadavg: 4.29 4.32 4.27 7/334 783089
/proc/meminfo: memFree=112727096/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19041612 memory=955856 CPUtime=1.25 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 14319 0 0 0 104 21 0 0 20 0 19 0 152207913 19498610688 238964 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4760403 238964 5845 1 0 553118 0
[pid=783070/tid=783072] ppid=783067 vsize=19041612 memory=5448 CPUtime=0.6 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 6493 0 0 0 42 18 0 0 20 0 19 0 152207913 19498610688 238964 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19041612 memory=13040 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152207916 19498610688 238964 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152207916 19498610688 238964 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 955856 KiB

[startup+1.50117 s]
/proc/loadavg: 4.29 4.32 4.27 6/334 783089
/proc/meminfo: memFree=111329880/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=2029432 CPUtime=2.79 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 22567 0 0 0 234 45 0 0 20 0 20 0 152207913 19566772224 507358 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 507358 5882 1 0 1066785 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=13040 CPUtime=1.3 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 7135 0 0 0 91 39 0 0 20 0 20 0 152207913 19566772224 507358 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 507358 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 507358 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2029432 KiB

[startup+3.10617 s]
/proc/loadavg: 4.29 4.32 4.27 7/335 783091
/proc/meminfo: memFree=109939208/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=3250836 CPUtime=5.97 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 23394 0 0 0 526 71 0 0 20 0 20 0 152207913 19566772224 812709 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 812709 5882 1 0 1066794 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=198340509722 CPUtime=2.88 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 7731 0 0 0 223 65 0 0 20 0 20 0 152207913 19566772224 812709 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 812709 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 812709 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=2207876 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 812709 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 5.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3250836 KiB

[startup+6.3003 s]
/proc/loadavg: 4.35 4.34 4.28 5/335 783091
/proc/meminfo: memFree=109785728/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=3328032 CPUtime=10.57 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 23944 0 0 0 984 73 0 0 20 0 20 0 152207913 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 832008 5882 1 0 1066970 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=0 CPUtime=6.02 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 7972 0 0 0 534 68 0 0 20 0 20 0 152207913 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=2642316 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=3328032 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 10.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3328032 KiB

[startup+12.7003 s]
/proc/loadavg: 4.32 4.33 4.27 5/335 783093
/proc/meminfo: memFree=109785448/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=3328032 CPUtime=17.19 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 24959 0 0 0 1645 74 0 0 20 0 20 0 152207913 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 832008 5882 1 0 1066971 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=3328032 CPUtime=12.28 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 8902 0 0 0 1160 68 0 0 20 0 20 0 152207913 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=6083633485793813331 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 832008 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 17.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3328032 KiB

[startup+25.5003 s]
/proc/loadavg: 4.27 4.32 4.27 5/335 783094
/proc/meminfo: memFree=109785256/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=3332920 CPUtime=30.17 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 31360 0 0 0 2942 75 0 0 20 0 20 0 152207913 19566772224 833230 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 833230 5929 1 0 1066971 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=6083633485793813331 CPUtime=24.8 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 10886 0 0 0 2412 68 0 0 20 0 20 0 152207913 19566772224 833230 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 833230 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=1888 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 833230 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=-8671516608446243516 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 833230 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 30.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3332920 KiB

[startup+51.1062 s]
/proc/loadavg: 4.24 4.30 4.27 5/335 783099
/proc/meminfo: memFree=109753768/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=3359800 CPUtime=56.04 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 38131 0 0 0 5526 78 0 0 20 0 20 0 152207913 19566772224 839950 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 839950 5937 1 0 1066971 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=3347492 CPUtime=49.81 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 13289 0 0 0 4912 69 0 0 20 0 20 0 152207913 19566772224 839950 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 839950 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 839950 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 839950 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0

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

[startup+3222.3 s]
/proc/loadavg: 1.10 1.13 1.51 2/258 784976
/proc/meminfo: memFree=121416380/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=5178108 CPUtime=3271.55 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 320665 0 0 0 326855 300 0 0 20 0 20 0 152207913 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 1294527 5937 1 0 1306546 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=-9044459746194447340 CPUtime=3156.09 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 151008 0 0 0 315497 112 0 0 20 0 20 0 152207913 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=5178108 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=5178108 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 3328 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=5178108 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 3271.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5178108 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.12 1.48 2/258 784986
/proc/meminfo: memFree=121415824/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=5178108 CPUtime=3331.78 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 321957 0 0 0 332876 302 0 0 20 0 20 0 152207913 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 1294527 5937 1 0 1306546 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=11836 CPUtime=3215.6 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 152077 0 0 0 321448 112 0 0 20 0 20 0 152207913 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=5178108 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=5178108 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 3420 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=5178108 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 1294527 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 3331.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5178108 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.11 1.45 2/253 784996
/proc/meminfo: memFree=121415136/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=5178268 CPUtime=3392.9 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 327287 0 0 0 338985 305 0 0 20 0 20 0 152207913 19566772224 1294567 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 1294567 5937 1 0 1306582 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=5178108 CPUtime=3274.42 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 154570 0 0 0 327330 112 0 0 20 0 20 0 152207913 19566772224 1294567 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=5178268 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294567 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=5178268 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 3495 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294567 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=5178268 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 1294567 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 3392.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5178268 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.10 1.43 2/253 785006
/proc/meminfo: memFree=121414248/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=5178272 CPUtime=3454.12 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 328719 0 0 0 345105 307 0 0 20 0 20 0 152207913 19566772224 1294568 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 1294568 5937 1 0 1306582 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=5178108 CPUtime=3332.91 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 155612 0 0 0 333179 112 0 0 20 0 20 0 152207913 19566772224 1294568 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=5178268 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294568 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=5448 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 3495 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294568 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 1294568 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 3454.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5178272 KiB

[startup+3462.3 s]
/proc/loadavg: 1.06 1.10 1.40 3/253 785018
/proc/meminfo: memFree=121413568/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=5178300 CPUtime=3515.59 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 338890 0 0 0 351248 311 0 0 20 0 20 0 152207913 19566772224 1294575 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 1294575 5937 1 0 1306582 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=5178108 CPUtime=3391.59 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 157490 0 0 0 339046 113 0 0 20 0 20 0 152207913 19566772224 1294575 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=5178268 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294575 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=5178280 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 3637 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294575 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=5178280 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 1294575 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 3515.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5178300 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.09 1.38 2/253 785028
/proc/meminfo: memFree=121412768/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=5178332 CPUtime=3577.14 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 346217 0 0 0 357399 315 0 0 20 0 20 0 152207913 19566772224 1294583 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 1294583 5937 1 0 1306584 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=5178108 CPUtime=3450.61 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 158582 0 0 0 344948 113 0 0 20 0 20 0 152207913 19566772224 1294583 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=5178280 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294583 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=5178332 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 3638 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294583 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=5178332 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 1294583 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 3577.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5178332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3545 s]*
/proc/loadavg: 1.12 1.10 1.38 2/253 785032
/proc/meminfo: memFree=121412680/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19108176 memory=5178344 CPUtime=3600.02 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 346595 0 0 0 359686 316 0 0 20 0 20 0 152207913 19566772224 1294586 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4777044 1294586 5937 1 0 1306584 0
[pid=783070/tid=783072] ppid=783067 vsize=19108176 memory=-8671516608446243516 CPUtime=3473.03 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 4194368 158954 0 0 0 347190 113 0 0 20 0 20 0 152207913 19566772224 1294586 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294586 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19108176 memory=5178332 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 3638 0 0 0 0 0 0 0 20 0 20 0 152207916 19566772224 1294586 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783091] ppid=783067 vsize=19108176 memory=-8671516608446243516 CPUtime=0 cores=5,7
/proc/783070/task/783091/stat : 783091 (Timer-0) S 783067 783070 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152208020 19566772224 1294586 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5178344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.04 s, system=3.18353 s

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

[startup+3545.11 s]
/proc/loadavg: 1.12 1.10 1.38 2/253 785032
/proc/meminfo: memFree=121412680/131524600 swapFree=131071996/131071996
[pid=783070] ppid=783067 vsize=19307868 memory=5179132 CPUtime=3600.17 cores=5,7
/proc/783070/stat : 783070 (java) S 783067 783070 778840 0 -1 1077936128 349743 0 0 0 359701 316 0 0 20 0 21 0 152207913 19771256832 1294783 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
/proc/783070/statm: 4826967 1294783 5936 1 0 1307563 0
[pid=783070/tid=783072] ppid=783067 vsize=19307868 memory=5178108 CPUtime=3473.05 cores=5,7
/proc/783070/task/783072/stat : 783072 (java) R 783067 783070 778840 0 -1 1077936192 159060 0 0 0 347192 113 0 0 20 0 21 0 152207913 19771256832 1294783 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783081] ppid=783067 vsize=19307868 memory=5178332 CPUtime=0 cores=5,7
/proc/783070/task/783081/stat : 783081 (Finalizer) S 783067 783070 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152207916 19771256832 1294783 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
[pid=783070/tid=783088] ppid=783067 vsize=19307868 memory=5178344 CPUtime=0 cores=5,7
/proc/783070/task/783088/stat : 783088 (Common-Cleaner) S 783067 783070 778840 0 -1 1077936192 3638 0 0 0 0 0 0 0 20 0 21 0 152207916 19771256832 1294783 134679101440 94216026136576 94216026140272 140721445346112 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94216026148088 94216026148880 94216030527488 140721445352432 140721445352545 140721445352545 140721445359560 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5179132 KiB

Child status: 143

Real time (s): 3545.14
CPU time (s): 3600.22
CPU user time (s): 3597.04
CPU system time (s): 3.18353
CPU usage (%): 101.554
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5179132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.04
system time used= 3.18352
maximum resident set size= 5180160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146325
involuntary context switches= 8954


# summary of solver processes directly reported to runsolver:
#   pid: 783070
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.04
#   total CPU system time (s): 3.18353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61006 second user time and 17.9525 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-15 01:40:38
IDJOB=4427669
IDBENCH=158394
IDSOLVER=3046
FILE ID=nodeC025/4427669-1721000426
RUNJOBID= nodeC025-1720994549-778853
SLURM_JOB_ID= 7505319
Free space on /tmp= 890012 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-jun5.5.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427669-1721000426/watcher-4427669-1721000426 -o /tmp/evaluation-result-4427669-1721000426/solver-4427669-1721000426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720994549-778853 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427669-1721000426.opb

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

MD5SUM BENCH= 5d17a5a2908f0ead03acb71ed633b69a
RANDOM SEED=664437564

nodeC025.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		: 3674.871
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.72
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		: 3682.855
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.994
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.72
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		: 3665.511
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.097
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.72
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		: 3649.488
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	: 7007.09
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		: 3674.941
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.72
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		: 3654.208
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113099304 kB
MemAvailable:   116241032 kB
Buffers:          350380 kB
Cached:          3594304 kB
SwapCached:            0 kB
Active:           595764 kB
Inactive:       17138208 kB
Active(anon):       1528 kB
Inactive(anon): 13825492 kB
Active(file):     594236 kB
Inactive(file):  3312716 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1876 kB
Writeback:            68 kB
AnonPages:      13789308 kB
Mapped:           122580 kB
Shmem:             37720 kB
KReclaimable:     148844 kB
Slab:             259756 kB
SReclaimable:     148844 kB
SUnreclaim:       110912 kB
KernelStack:        5104 kB
PageTables:        36700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17124076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59552 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13461504 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:      221908 kB
DirectMap2M:    25765888 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC025 at 2024-07-15 02:39:43