Trace number 4427672

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.25 3550.34

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-oct5.5.opb
MD5SUM26f8151eeea3bfac35ea53df0172ab44
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 benchmark167
Best CPU time to get the best result obtained on this benchmark3.55095
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9632
Total number of constraints29620
Number of constraints which are clauses27568
Number of constraints which are cardinality constraints (but not clauses)232
Number of constraints which are nor clauses,nor cardinality constraints1820
Minimum length of a constraint2
Maximum length of a constraint248
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 687
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.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	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.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4427672-1721000502.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
1.85/1.09	c ... done. Wall clock time 0.916s.
1.85/1.09	c declared #vars     9632
1.85/1.09	c #constraints  29620
1.85/1.09	c constraints type 
1.85/1.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16520
1.85/1.09	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 288
1.85/1.09	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 896
1.85/1.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11916
1.85/1.09	c 29620 constraints processed.
1.85/1.10	c objective function length is 26 literals
7.98/4.19	c cleaning 2439 clauses out of 5000 with flag 0/5000
10.56/6.21	c cleaning 3689 clauses out of 8561 with flag 0/11000
13.89/9.49	c cleaning 4244 clauses out of 11872 with flag 0/18000
18.29/13.65	c cleaning 4515 clauses out of 15628 with flag 0/26000
24.48/19.81	c cleaning 5318 clauses out of 20113 with flag 0/35000
30.78/26.09	c cleaning 6421 clauses out of 24796 with flag 0/45001
39.18/34.40	c cleaning 7065 clauses out of 29374 with flag 0/56000
49.01/44.25	c cleaning 6482 clauses out of 34314 with flag 0/68005
66.01/61.20	c cleaning 8063 clauses out of 40829 with flag 0/81002
79.56/74.79	c cleaning 8205 clauses out of 46765 with flag 0/95001
94.49/89.48	c cleaning 5495 clauses out of 53560 with flag 0/110001
109.99/104.50	c cleaning 7146 clauses out of 64066 with flag 0/126002
132.40/126.34	c cleaning 9587 clauses out of 73920 with flag 0/143002
160.94/154.33	c cleaning 11394 clauses out of 82333 with flag 0/161002
187.37/180.23	c cleaning 11158 clauses out of 89939 with flag 0/180002
216.86/209.38	c cleaning 13326 clauses out of 98779 with flag 0/200000
249.50/241.48	c cleaning 13739 clauses out of 106453 with flag 0/221000
276.19/267.79	c cleaning 13597 clauses out of 114715 with flag 0/243001
309.70/300.54	c cleaning 12487 clauses out of 124118 with flag 0/266001
339.72/329.83	c cleaning 13166 clauses out of 135631 with flag 0/290001
391.83/381.23	c cleaning 15850 clauses out of 147467 with flag 0/315003
463.15/451.53	c cleaning 17655 clauses out of 157615 with flag 0/341001
510.27/498.44	c cleaning 16346 clauses out of 166960 with flag 0/368001
564.10/552.22	c cleaning 16243 clauses out of 178614 with flag 0/396001
592.85/580.40	c cleaning 17133 clauses out of 191371 with flag 0/425001
633.32/620.21	c cleaning 19383 clauses out of 204237 with flag 0/455000
673.20/659.25	c cleaning 20541 clauses out of 215857 with flag 0/486003
804.36/789.51	c cleaning 20062 clauses out of 227314 with flag 0/518001
876.07/860.90	c cleaning 23250 clauses out of 240255 with flag 0/551004
1040.45/1024.31	c cleaning 22990 clauses out of 251001 with flag 0/585000
1081.98/1065.09	c cleaning 22023 clauses out of 263011 with flag 0/620000
1135.58/1117.90	c cleaning 24189 clauses out of 276988 with flag 0/656000
1172.93/1154.57	c cleaning 22725 clauses out of 289799 with flag 0/693000
1260.84/1241.48	c cleaning 24563 clauses out of 305074 with flag 0/731000
1420.65/1400.56	c cleaning 27623 clauses out of 319512 with flag 0/770001
1534.05/1512.31	c cleaning 27493 clauses out of 331888 with flag 0/810000
1640.58/1615.92	c cleaning 24702 clauses out of 345396 with flag 0/851001
1773.18/1746.60	c cleaning 25745 clauses out of 362693 with flag 0/893000
1825.82/1797.90	c cleaning 24756 clauses out of 379948 with flag 0/936000
1912.32/1883.07	c cleaning 27092 clauses out of 399192 with flag 0/980000
2076.58/2044.18	c cleaning 27003 clauses out of 417100 with flag 0/1025000
2279.60/2246.24	c cleaning 29491 clauses out of 436098 with flag 0/1071001
2440.27/2404.38	c cleaning 28239 clauses out of 453606 with flag 0/1118000
2573.19/2536.33	c cleaning 26154 clauses out of 473368 with flag 0/1166001
2760.32/2721.83	c cleaning 31903 clauses out of 496213 with flag 0/1215000
2888.12/2848.00	c cleaning 25300 clauses out of 514310 with flag 0/1265000
3071.93/3030.86	c cleaning 27609 clauses out of 540010 with flag 0/1316000
3194.87/3151.48	c cleaning 30735 clauses out of 564401 with flag 0/1368000
3321.34/3274.86	c cleaning 33275 clauses out of 586667 with flag 0/1421001
3436.74/3389.20	c cleaning 27885 clauses out of 607391 with flag 0/1475000
3600.06/3550.21	c starts		: 207
3600.06/3550.21	c timeout
3600.06/3550.21	c conflicts		: 1520404
3600.06/3550.21	c decisions		: 1976837
3600.06/3550.21	c propagations		: 63889213
3600.06/3550.21	c inspects		: 6066087067
3600.06/3550.21	c shortcuts		: 0
3600.06/3550.21	c learnt literals	: 0
3600.06/3550.21	c learnt binary clauses	: 427
3600.06/3550.22	c learnt ternary clauses	: 548
3600.06/3550.22	c learnt constraints	: 1520404
3600.06/3550.22	c ignored constraints	: 0
3600.06/3550.22	c root simplifications	: 0
3600.06/3550.22	c removed literals (reason simplification)	: 0
3600.06/3550.22	c reason swapping (by a shorter reason)	: 0
3600.06/3550.22	c Calls to reduceDB	: 50
3600.06/3550.22	c Number of update (reduction) of LBD	: 34884
3600.06/3550.22	c Imported unit clauses	: 0
3600.06/3550.22	c No decision after first conflict	: false
3600.06/3550.22	c number of reductions to clauses (during analyze)	: 0
3600.06/3550.22	c number of learned constraints concerned by reduction	: 0
3600.06/3550.22	c number of learning phase by resolution	: 0
3600.06/3550.22	c number of learning phase by cutting planes	: 0
3600.06/3550.22	c number of rounding to 1 operations	: 6927928
3600.06/3550.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3550.22	c number of reductions of the coefficients by power 2 	: 0
3600.06/3550.22	c number of right shift for reduction by power 2 	: 0
3600.06/3550.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3550.22	c number of ending skipping 	: 0
3600.06/3550.22	c number of internal skipping 	: 0
3600.06/3550.22	c number of derivation steps 	: 23139406
3600.06/3550.22	c number of skipped derivation steps 	: 0
3600.06/3550.22	c number of remaining unassigned 	: 269938
3600.06/3550.22	c number of remaining assigned 	: 201523047
3600.06/3550.22	c number of falsified literals weakened from reason	: 0
3600.06/3550.22	c number of falsified literals weakened from conflict	: 0
3600.06/3550.22	c time for arithmetic operations	: 9718142775
3600.06/3550.22	c minimum degree of deleted constraints	: 4
3600.06/3550.22	c maximum degree of deleted constraints	: 3518308
3600.06/3550.22	c number of deleted constraints	: 895494
3600.06/3550.22	c speed (assignments/second)	: 18001.418661127642
3600.06/3550.22	c non guided choices	: 215172
3600.21/3550.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 493785
3600.21/3550.31	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9084
3600.21/3550.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 427
3600.21/3550.31	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 121614
3600.21/3550.31	s UNKNOWN
3600.21/3550.31	c Total wall clock time (in seconds): 3550.154

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 (53334 MiB free)
  memory of node 1: 64473 MiB (55427 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=775075, runsolver pid=775072

[startup+0.101069 s]*
/proc/loadavg: 4.37 4.24 4.21 5/331 775093
/proc/meminfo: memFree=111332152/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=18975048 memory=62268 CPUtime=0.13 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 7182 0 0 0 12 1 0 0 20 0 18 0 152216906 19430449152 15567 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4743762 15567 5546 1 0 549302 0
[pid=775075/tid=775077] ppid=775072 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 5727 0 0 0 8 1 0 0 20 0 18 0 152216906 19430449152 15567 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152216909 19430449152 15567 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152216910 19430449152 15567 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62268 KiB

[startup+0.20744 s]*
/proc/loadavg: 4.37 4.24 4.21 7/331 775093
/proc/meminfo: memFree=111321496/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=18975048 memory=71128 CPUtime=0.33 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 7714 0 0 0 31 2 0 0 20 0 18 0 152216906 19430449152 17782 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4743762 17782 5712 1 0 549641 0
[pid=775075/tid=775077] ppid=775072 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 6025 0 0 0 16 1 0 0 20 0 18 0 152216906 19430449152 17782 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 152216909 19430449152 17782 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152216910 19430449152 17782 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71128 KiB

[startup+0.309613 s]*
/proc/loadavg: 4.37 4.24 4.21 9/332 775094
/proc/meminfo: memFree=111228756/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19041612 memory=164404 CPUtime=0.52 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 9375 0 0 0 48 4 0 0 20 0 19 0 152216906 19498610688 41101 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4760403 41101 5845 1 0 550985 0
[pid=775075/tid=775077] ppid=775072 vsize=19041612 memory=-9031523095086015164 CPUtime=0.25 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 6103 0 0 0 22 3 0 0 20 0 19 0 152216906 19498610688 41101 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 152216909 19498610688 41101 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) R 775072 775075 770933 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152216910 19498610688 41101 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164404 KiB

[startup+0.70044 s]
/proc/loadavg: 4.90 4.35 4.25 7/332 775094
/proc/meminfo: memFree=111033052/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19041612 memory=951360 CPUtime=1.25 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 13658 0 0 0 105 20 0 0 20 0 19 0 152216906 19498610688 237840 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4760403 237840 5861 1 0 553031 0
[pid=775075/tid=775077] ppid=775072 vsize=19041612 memory=5544 CPUtime=0.6 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 6483 0 0 0 42 18 0 0 20 0 19 0 152216906 19498610688 237840 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 152216909 19498610688 237840 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 152216910 19498610688 237840 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 951360 KiB

[startup+1.50344 s]
/proc/loadavg: 4.90 4.35 4.25 6/332 775094
/proc/meminfo: memFree=109550012/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=2088328 CPUtime=2.83 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 22699 0 0 0 238 45 0 0 20 0 20 0 152216906 19566772224 522082 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 522082 5898 1 0 964674 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=12504 CPUtime=1.3 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 7147 0 0 0 90 40 0 0 20 0 20 0 152216906 19566772224 522082 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 522082 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 522082 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2088328 KiB

[startup+3.11344 s]
/proc/loadavg: 4.90 4.35 4.25 7/333 775095
/proc/meminfo: memFree=108805712/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=2664216 CPUtime=6.01 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 23083 0 0 0 546 55 0 0 20 0 20 0 152216906 19566772224 666054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 666054 5898 1 0 964705 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=198340509722 CPUtime=2.87 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 7433 0 0 0 237 50 0 0 20 0 20 0 152216906 19566772224 666054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 666054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 666054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=2125456 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 666054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2664216 KiB

[startup+6.30027 s]
/proc/loadavg: 4.83 4.34 4.24 5/333 775095
/proc/meminfo: memFree=108463032/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=2924216 CPUtime=10.71 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 25102 0 0 0 1010 61 0 0 20 0 20 0 152216906 19566772224 731054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 731054 5898 1 0 965985 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=0 CPUtime=5.96 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 7650 0 0 0 541 55 0 0 20 0 20 0 152216906 19566772224 731054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 731054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=2219784 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 731054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=2924216 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 731054 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 10.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2924216 KiB

[startup+12.7005 s]
/proc/loadavg: 4.84 4.35 4.25 5/333 775096
/proc/meminfo: memFree=108462764/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=2925036 CPUtime=17.37 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 30023 0 0 0 1675 62 0 0 20 0 20 0 152216906 19566772224 731259 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 731259 5929 1 0 966013 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=2924628 CPUtime=12.17 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 9034 0 0 0 1161 56 0 0 20 0 20 0 152216906 19566772224 731259 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 731259 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=6083914960770523987 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 731259 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 731259 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 17.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2925036 KiB

[startup+25.5005 s]
/proc/loadavg: 4.71 4.34 4.25 5/333 775098
/proc/meminfo: memFree=108458592/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=2929196 CPUtime=30.28 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 32868 0 0 0 2964 64 0 0 20 0 20 0 152216906 19566772224 732299 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 732299 5944 1 0 966013 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=6083914960770523987 CPUtime=24.62 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 10198 0 0 0 2406 56 0 0 20 0 20 0 152216906 19566772224 732299 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 732299 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 732299 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=-9031523095086015164 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 732299 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 30.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2929196 KiB

[startup+51.1065 s]
/proc/loadavg: 4.50 4.32 4.24 5/333 775102
/proc/meminfo: memFree=108437584/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=2950012 CPUtime=55.89 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 38599 0 0 0 5523 66 0 0 20 0 20 0 152216906 19566772224 737503 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 737503 5948 1 0 966013 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=2943776 CPUtime=49.56 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 13514 0 0 0 4899 57 0 0 20 0 20 0 152216906 19566772224 737503 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 737503 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 737503 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 737503 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0

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

[startup+3222.3 s]
/proc/loadavg: 2.25 2.23 2.42 3/280 777011
/proc/meminfo: memFree=122423740/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=4315272 CPUtime=3267.97 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 275350 0 0 0 326546 251 0 0 20 0 20 0 152216906 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 1078818 5948 1 0 1092615 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=11476 CPUtime=3148.98 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 106674 0 0 0 314813 85 0 0 20 0 20 0 152216906 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=4315252 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 2681 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 3267.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4315272 KiB

[startup+3282.3 s]
/proc/loadavg: 2.29 2.25 2.41 3/278 777021
/proc/meminfo: memFree=122423388/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=4315272 CPUtime=3328.93 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 276716 0 0 0 332639 254 0 0 20 0 20 0 152216906 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 1078818 5948 1 0 1092615 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=4315272 CPUtime=3207.51 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 107414 0 0 0 320666 85 0 0 20 0 20 0 152216906 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=4315252 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 2778 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=4315272 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 1078818 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 3328.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4315272 KiB

[startup+3342.3 s]
/proc/loadavg: 2.34 2.26 2.41 3/278 777032
/proc/meminfo: memFree=122373032/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=4315284 CPUtime=3389.6 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 280229 0 0 0 338703 257 0 0 20 0 20 0 152216906 19566772224 1078821 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 1078821 5948 1 0 1092615 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=1936 CPUtime=3266.44 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 109458 0 0 0 326558 86 0 0 20 0 20 0 152216906 19566772224 1078821 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=39216 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 1078821 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=1992 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 2778 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 1078821 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 1078821 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 3389.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4315284 KiB

[startup+3402.3 s]
/proc/loadavg: 2.17 2.23 2.38 3/278 777043
/proc/meminfo: memFree=122289092/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=4315288 CPUtime=3450.02 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 282267 0 0 0 344743 259 0 0 20 0 20 0 152216906 19566772224 1078822 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 1078822 5948 1 0 1092615 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=1936 CPUtime=3325.06 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 110789 0 0 0 332420 86 0 0 20 0 20 0 152216906 19566772224 1078822 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=39216 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 1078822 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=4315288 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 2857 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 1078822 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 1078822 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 3450.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4315288 KiB

[startup+3462.3 s]
/proc/loadavg: 2.30 2.25 2.38 3/278 777054
/proc/meminfo: memFree=122146480/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=4315308 CPUtime=3511.98 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 295377 0 0 0 350934 264 0 0 20 0 20 0 152216906 19566772224 1078827 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 1078827 5948 1 0 1092615 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=1936 CPUtime=3383.79 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 112710 0 0 0 338293 86 0 0 20 0 20 0 152216906 19566772224 1078827 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 21 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=4315288 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 1078827 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=39216 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 2857 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 1078827 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 1078827 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 3511.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4315308 KiB

[startup+3522.3 s]
/proc/loadavg: 2.37 2.29 2.38 3/280 777069
/proc/meminfo: memFree=122146272/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=4315316 CPUtime=3572.07 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 296136 0 0 0 356941 266 0 0 20 0 20 0 152216906 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 1078829 5948 1 0 1092615 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=4315308 CPUtime=3442.89 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 113202 0 0 0 344203 86 0 0 20 0 20 0 152216906 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=4315316 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 2961 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 3572.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4315316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3550.2 s]
/proc/loadavg: 2.30 2.28 2.38 3/280 777074
/proc/meminfo: memFree=122146064/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19108176 memory=4315316 CPUtime=3600.06 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 296689 0 0 0 359739 267 0 0 20 0 20 0 152216906 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4777044 1078829 5948 1 0 1092615 0
[pid=775075/tid=775077] ppid=775072 vsize=19108176 memory=4315316 CPUtime=3470.45 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) R 775072 775075 770933 0 -1 4194368 113697 0 0 0 346959 86 0 0 20 0 20 0 152216906 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19108176 memory=2732 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 152216909 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19108176 memory=4988 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 2961 0 0 0 0 0 0 0 20 0 20 0 152216910 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775095] ppid=775072 vsize=19108176 memory=3391488 CPUtime=0 cores=1,3
/proc/775075/task/775095/stat : 775095 (Timer-0) S 775072 775075 770933 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152217017 19566772224 1078829 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4315316 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.55 s, system=2.69562 s

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

[startup+3550.31 s]
/proc/loadavg: 2.30 2.28 2.38 3/280 777074
/proc/meminfo: memFree=122146064/131524600 swapFree=131071996/131071996
[pid=775075] ppid=775072 vsize=19307868 memory=4316168 CPUtime=3600.21 cores=1,3
/proc/775075/stat : 775075 (java) S 775072 775075 770933 0 -1 1077936128 300487 0 0 0 359753 268 0 0 20 0 21 0 152216906 19771256832 1079042 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
/proc/775075/statm: 4826967 1079042 5947 1 0 1093604 0
[pid=775075/tid=775077] ppid=775072 vsize=19307868 memory=4315316 CPUtime=3470.46 cores=1,3
/proc/775075/task/775077/stat : 775077 (java) S 775072 775075 770933 0 -1 1077936192 113870 0 0 0 346960 86 0 0 20 0 21 0 152216906 19771256832 1079042 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 21 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775086] ppid=775072 vsize=19307868 memory=4315316 CPUtime=0 cores=1,3
/proc/775075/task/775086/stat : 775086 (Finalizer) S 775072 775075 770933 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 152216909 19771256832 1079042 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
[pid=775075/tid=775093] ppid=775072 vsize=19307868 memory=4315316 CPUtime=0 cores=1,3
/proc/775075/task/775093/stat : 775093 (Common-Cleaner) S 775072 775075 770933 0 -1 1077936192 2961 0 0 0 0 0 0 0 20 0 21 0 152216910 19771256832 1079042 134679101440 94329221705728 94329221709424 140721716588880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94329221717240 94329221718032 94329238437888 140721716597744 140721716597857 140721716597857 140721716604872 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4316168 KiB

Child status: 143

Real time (s): 3550.34
CPU time (s): 3600.25
CPU user time (s): 3597.55
CPU system time (s): 2.69562
CPU usage (%): 101.406
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4316168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.56
system time used= 2.69562
maximum resident set size= 4317196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300814
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= 147483
involuntary context switches= 16957


# summary of solver processes directly reported to runsolver:
#   pid: 775075
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.55
#   total CPU system time (s): 2.69562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55178 second user time and 17.1994 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-15 01:41:55
IDJOB=4427672
IDBENCH=158398
IDSOLVER=3046
FILE ID=nodeC027/4427672-1721000502
RUNJOBID= nodeC027-1720994549-770945
SLURM_JOB_ID= 7505321
Free space on /tmp= 890032 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-oct5.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-4427672-1721000502/watcher-4427672-1721000502 -o /tmp/evaluation-result-4427672-1721000502/solver-4427672-1721000502 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1720994549-770945 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427672-1721000502.opb

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

MD5SUM BENCH= 26f8151eeea3bfac35ea53df0172ab44
RANDOM SEED=132025489

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        111371920 kB
MemAvailable:   111370072 kB
Buffers:          341988 kB
Cached:           503000 kB
SwapCached:            0 kB
Active:           564832 kB
Inactive:       18988608 kB
Active(anon):       1568 kB
Inactive(anon): 18744596 kB
Active(file):     563264 kB
Inactive(file):   244012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1836 kB
Writeback:            28 kB
AnonPages:      18706548 kB
Mapped:           123160 kB
Shmem:             37720 kB
KReclaimable:      61400 kB
Slab:             161328 kB
SReclaimable:      61400 kB
SUnreclaim:        99928 kB
KernelStack:        5036 kB
PageTables:        46852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   24052200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57408 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18386944 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:      170708 kB
DirectMap2M:     7991296 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC027 at 2024-07-15 02:41:06