Trace number 4424565

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12MSAT (TO) 3600.33 3511.54

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
MD5SUM6e5ad560d764b7fb98c12fb74c689226
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.399093
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.17	c version CUSTOM.v20240707
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2113181440
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2122317824
0.12/0.22	c Number of processors 	2
0.44/0.38	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.38	 - never skip resolution steps
0.44/0.38	 - Auto-division on coefficients is disabled
0.44/0.38	 - No postprocessing
0.44/0.38	 - Conflict is considered as is when resolving
0.44/0.38	 - Use constraints as they come during conflict analysis
0.44/0.38	 - Weaken first using unassigned literals
0.44/0.38	 - Bump strategy: ALWAYS_ONE
0.44/0.38	 - Bumper: EFFECTIVE
0.44/0.38	--- Begin Solver configuration ---
0.44/0.38	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.44/0.38	Learn all clauses as in MiniSAT
0.44/0.38	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.38	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.38	No reason simplification
0.44/0.38	Dynamic restart strategy considering the size of the coefficients
0.44/0.38	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.44/0.38	timeout=2147483s
0.44/0.38	DB Simplification allowed=false
0.44/0.38	Listener: none
0.44/0.38	--- End Solver configuration ---
0.44/0.38	c Pseudo Boolean Optimization by upper bound
0.44/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.38	c  - never skip resolution steps
0.44/0.38	c  - Auto-division on coefficients is disabled
0.44/0.38	c  - No postprocessing
0.44/0.38	c  - Conflict is considered as is when resolving
0.44/0.38	c  - Use constraints as they come during conflict analysis
0.44/0.38	c  - Weaken first using unassigned literals
0.44/0.38	c  - Bump strategy: ALWAYS_ONE
0.44/0.38	c  - Bumper: EFFECTIVE
0.44/0.38	c --- Begin Solver configuration ---
0.44/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.44/0.38	c Learn all clauses as in MiniSAT
0.44/0.38	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.38	c No reason simplification
0.44/0.38	c Dynamic restart strategy considering the size of the coefficients
0.44/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.44/0.39	c timeout=2147483s
0.44/0.39	c DB Simplification allowed=false
0.44/0.39	c Listener: none
0.44/0.39	c --- End Solver configuration ---
0.44/0.39	c solving HOME/instance-4424565-1720878954.wbo
0.44/0.39	c reading problem ... 
0.62/0.47	c ... done. Wall clock time 0.084s.
0.62/0.47	c declared #vars     169
0.62/0.47	c internal #vars     233
0.62/0.47	c #constraints  102
0.62/0.47	c constraints type 
0.62/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.62/0.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.62/0.48	c org.sat4j.specs.Constr$1 => 1
0.62/0.48	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 47
0.62/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.62/0.48	c 102 constraints processed.
0.62/0.49	c objective function length is 64 literals
1.14/0.72	c SATISFIABLE
1.14/0.72	c OPTIMIZING...
1.14/0.72	c Got one! Elapsed wall clock time (in seconds):0.335
1.14/0.72	o 1478
1.74/1.03	c Got one! Elapsed wall clock time (in seconds):0.645
1.74/1.04	o 1468
2.33/1.35	c Got one! Elapsed wall clock time (in seconds):0.966
2.33/1.35	o 1459
2.94/1.61	c Got one! Elapsed wall clock time (in seconds):1.226
2.94/1.61	o 1455
3.52/1.91	c Got one! Elapsed wall clock time (in seconds):1.519
3.52/1.91	o 1445
3.72/2.10	c Got one! Elapsed wall clock time (in seconds):1.704
3.72/2.10	o 1439
5.09/2.72	c Got one! Elapsed wall clock time (in seconds):2.324
5.09/2.72	o 1432
5.48/2.99	c Got one! Elapsed wall clock time (in seconds):2.603
5.48/2.99	o 1430
6.05/3.33	c Got one! Elapsed wall clock time (in seconds):2.946
6.05/3.33	o 1427
9.19/6.08	c Got one! Elapsed wall clock time (in seconds):5.695
9.19/6.08	o 1416
9.99/6.87	c Got one! Elapsed wall clock time (in seconds):6.481
9.99/6.87	o 1411
11.12/7.61	c Got one! Elapsed wall clock time (in seconds):7.227
11.12/7.61	o 1410
15.47/11.63	c Got one! Elapsed wall clock time (in seconds):11.249
15.47/11.63	o 1409
16.77/12.73	c Got one! Elapsed wall clock time (in seconds):12.344
16.77/12.74	o 1408
18.77/14.12	c Got one! Elapsed wall clock time (in seconds):13.74
18.77/14.13	o 1406
20.13/15.49	c Got one! Elapsed wall clock time (in seconds):15.109
20.13/15.49	o 1397
21.93/16.65	c Got one! Elapsed wall clock time (in seconds):16.268
21.93/16.65	o 1385
29.93/23.47	c Got one! Elapsed wall clock time (in seconds):23.09
29.93/23.47	o 1378
39.09/31.66	c Got one! Elapsed wall clock time (in seconds):31.275
39.09/31.66	o 1376
42.94/35.49	c Got one! Elapsed wall clock time (in seconds):35.095
42.94/35.49	o 1373
47.15/39.65	c Got one! Elapsed wall clock time (in seconds):39.266
47.15/39.65	o 1363
52.80/45.24	c Got one! Elapsed wall clock time (in seconds):44.853
52.80/45.24	o 1361
129.90/121.36	c Got one! Elapsed wall clock time (in seconds):120.976
129.90/121.36	o 1357
136.70/128.17	c Got one! Elapsed wall clock time (in seconds):127.785
136.70/128.17	o 1354
169.86/161.29	c Got one! Elapsed wall clock time (in seconds):160.903
169.86/161.29	o 1353
222.75/214.08	c Got one! Elapsed wall clock time (in seconds):213.7
222.75/214.08	o 1352
379.55/370.40	c Got one! Elapsed wall clock time (in seconds):370.014
379.55/370.40	o 1349
667.20/658.09	c Got one! Elapsed wall clock time (in seconds):657.705
667.20/658.09	o 1348
874.38/865.13	c Got one! Elapsed wall clock time (in seconds):864.745
874.38/865.13	o 1344
981.40/972.15	c Got one! Elapsed wall clock time (in seconds):971.765
981.40/972.15	o 1338
1122.59/1113.37	c Got one! Elapsed wall clock time (in seconds):1112.981
1122.59/1113.37	o 1337
1176.09/1166.79	c Got one! Elapsed wall clock time (in seconds):1166.408
1176.09/1166.79	o 1335
3600.07/3511.45	c starts		: 65
3600.07/3511.45	c conflicts		: 4591
3600.07/3511.46	c decisions		: 10960
3600.07/3511.46	c propagations		: 157764
3600.07/3511.46	c inspects		: 31824561
3600.07/3511.46	c shortcuts		: 0
3600.07/3511.46	c learnt literals	: 0
3600.07/3511.46	c learnt binary clauses	: 0
3600.07/3511.46	c learnt ternary clauses	: 0
3600.07/3511.46	c learnt constraints	: 4590
3600.07/3511.46	c ignored constraints	: 0
3600.07/3511.47	c root simplifications	: 0
3600.07/3511.47	c removed literals (reason simplification)	: 0
3600.07/3511.47	c reason swapping (by a shorter reason)	: 0
3600.07/3511.47	c Calls to reduceDB	: 0
3600.07/3511.47	c Number of update (reduction) of LBD	: 9586
3600.07/3511.48	c Imported unit clauses	: 0
3600.07/3511.49	c No decision after first conflict	: false
3600.07/3511.49	c number of reductions to clauses (during analyze)	: 0
3600.07/3511.49	c number of learned constraints concerned by reduction	: 0
3600.07/3511.49	c number of learning phase by resolution	: 0
3600.07/3511.49	c number of learning phase by cutting planes	: 0
3600.07/3511.49	c number of rounding to 1 operations	: 0
3600.07/3511.49	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3511.49	c number of reductions of the coefficients by power 2 	: 0
3600.07/3511.49	c number of right shift for reduction by power 2 	: 0
3600.07/3511.49	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3511.49	c number of ending skipping 	: 0
3600.07/3511.49	c number of internal skipping 	: 0
3600.07/3511.49	c number of derivation steps 	: 36715
3600.07/3511.49	c number of skipped derivation steps 	: 0
3600.07/3511.49	c number of remaining unassigned 	: 58679
3600.07/3511.49	c number of remaining assigned 	: 1327196
3600.07/3511.49	c number of falsified literals weakened from reason	: 0
3600.07/3511.49	c number of falsified literals weakened from conflict	: 0
3600.07/3511.49	c time for arithmetic operations	: 2434861377102
3600.07/3511.49	c minimum degree of deleted constraints	: null
3600.07/3511.49	c maximum degree of deleted constraints	: null
3600.07/3511.49	c number of deleted constraints	: 0
3600.07/3511.49	c speed (assignments/second)	: 44.93429636572901
3600.07/3511.49	c non guided choices	: 587
3600.28/3511.51	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4590
3600.28/3511.51	s SATISFIABLE
3600.28/3511.51	c Found 32 solution(s)
3600.28/3511.51	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
3600.28/3511.52	c objective function=1335
3600.28/3511.52	c Total wall clock time (in seconds): 3511.139

Verifier Data

OK	340

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424565-1720878954/watcher-4424565-1720878954 -o /tmp/evaluation-result-4424565-1720878954/solver-4424565-1720878954 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700191 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424565-1720878954.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=707680, runsolver pid=707677

[startup+0.102616 s]*
/proc/loadavg: 4.96 4.48 4.37 6/319 707698
/proc/meminfo: memFree=122636240/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=18975048 memory=57420 CPUtime=0.12 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 6384 0 0 0 10 2 0 0 20 0 18 0 140054169 19430449152 14355 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4743762 14355 5609 1 0 550819 0
[pid=707680/tid=707682] ppid=707677 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 5350 0 0 0 6 2 0 0 20 0 18 0 140054170 19430449152 14355 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140054175 19430449152 14355 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=18975048 memory=14412639824552292 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140054177 19430449152 14355 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57420 KiB

[startup+0.210964 s]*
/proc/loadavg: 4.96 4.48 4.37 5/319 707698
/proc/meminfo: memFree=122631316/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=18975048 memory=64324 CPUtime=0.29 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 7048 0 0 0 26 3 0 0 20 0 18 0 140054169 19430449152 16081 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4743762 16081 5617 1 0 551368 0
[pid=707680/tid=707682] ppid=707677 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) S 707677 707680 697934 0 -1 1077936192 5646 0 0 0 16 3 0 0 20 0 18 0 140054170 19430449152 16081 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=18975048 memory=19017 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140054175 19430449152 16081 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=18975048 memory=15535219704862701 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140054177 19430449152 16081 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64324 KiB

[startup+0.313125 s]*
/proc/loadavg: 4.96 4.48 4.37 6/319 707698
/proc/meminfo: memFree=122625820/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=18975048 memory=68188 CPUtime=0.44 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 7324 0 0 0 40 4 0 0 20 0 18 0 140054169 19430449152 17047 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4743762 17047 5770 1 0 551578 0
[pid=707680/tid=707682] ppid=707677 vsize=18975048 memory=-8671228519354114748 CPUtime=0.28 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) S 707677 707680 697934 0 -1 1077936192 5825 0 0 0 25 3 0 0 20 0 18 0 140054170 19430449152 17047 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140054175 19430449152 17047 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140054177 19430449152 17047 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68188 KiB

[startup+0.700937 s]
/proc/loadavg: 4.96 4.48 4.37 8/317 707699
/proc/meminfo: memFree=122619820/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19041612 memory=89896 CPUtime=1.14 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 9251 0 0 0 109 5 0 0 20 0 19 0 140054169 19498610688 22474 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4760403 22474 5882 1 0 552864 0
[pid=707680/tid=707682] ppid=707677 vsize=19041612 memory=5468 CPUtime=0.63 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 6142 0 0 0 59 4 0 0 20 0 19 0 140054170 19498610688 22474 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19041612 memory=12020 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140054175 19498610688 22474 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19041612 memory=280638263714472 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140054177 19498610688 22474 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140054219 19498610688 22474 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89896 KiB

[startup+1.50095 s]
/proc/loadavg: 4.96 4.48 4.37 7/317 707699
/proc/meminfo: memFree=122567360/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19041612 memory=171328 CPUtime=2.73 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 19417 0 0 0 264 9 0 0 20 0 19 0 140054169 19498610688 42832 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4760403 42832 5882 1 0 556145 0
[pid=707680/tid=707682] ppid=707677 vsize=19041612 memory=12020 CPUtime=1.39 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 6863 0 0 0 134 5 0 0 20 0 19 0 140054170 19498610688 42832 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140054175 19498610688 42832 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140054177 19498610688 42832 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19041612 memory=280638263567632 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140054219 19498610688 42832 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 171328 KiB

[startup+3.10594 s]
/proc/loadavg: 4.96 4.48 4.37 5/318 707700
/proc/meminfo: memFree=121979988/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=185548 CPUtime=5.72 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 21998 0 0 0 562 10 0 0 20 0 20 0 140054169 19566772224 46387 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 46387 5898 1 0 556607 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 7327 0 0 0 288 5 0 0 20 0 20 0 140054170 19566772224 46387 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 46387 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 46387 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 46387 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 5.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185548 KiB

[startup+6.30094 s]
/proc/loadavg: 4.96 4.49 4.38 6/318 707701
/proc/meminfo: memFree=121630544/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=589304 CPUtime=9.49 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 22711 0 0 0 928 21 0 0 20 0 20 0 140054169 19566772224 147326 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 147326 5898 1 0 556610 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=12020 CPUtime=6.08 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 7921 0 0 0 594 14 0 0 20 0 20 0 140054170 19566772224 147326 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 147326 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 147326 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=179792 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 147326 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 589304 KiB

[startup+12.7005 s]
/proc/loadavg: 5.04 4.52 4.39 6/318 707701
/proc/meminfo: memFree=121435300/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=714664 CPUtime=16.77 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 30988 0 0 0 1652 25 0 0 20 0 20 0 140054169 19566772224 178666 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 178666 5898 1 0 556610 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=0 CPUtime=12.24 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 9630 0 0 0 1208 16 0 0 20 0 20 0 140054170 19566772224 178666 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 178666 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=714496 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 178666 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 178666 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 16.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 714664 KiB

[startup+25.5005 s]
/proc/loadavg: 5.03 4.54 4.40 6/318 707704
/proc/meminfo: memFree=120766612/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=1363756 CPUtime=32.29 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 50225 0 0 0 3184 45 0 0 20 0 20 0 140054169 19566772224 340939 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 340939 5897 1 0 564429 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=714496 CPUtime=24.89 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 12097 0 0 0 2460 29 0 0 20 0 20 0 140054170 19566772224 340939 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=-8671228519354114748 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 340939 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 340939 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 340939 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 32.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1363756 KiB

[startup+51.1138 s]
/proc/loadavg: 4.83 4.53 4.40 5/318 707707
/proc/meminfo: memFree=119805388/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=2278432 CPUtime=58.99 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 61323 0 0 0 5831 68 0 0 20 0 20 0 140054169 19566772224 569608 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 569608 5897 1 0 787937 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=2274372 CPUtime=49.66 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 14497 0 0 0 4919 47 0 0 20 0 20 0 140054170 19566772224 569608 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 569608 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=2580 CPUtime=0 cores=1,3

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

[startup+3162.3 s]
/proc/loadavg: 4.18 4.23 4.27 5/318 710408
/proc/meminfo: memFree=117308964/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=3615232 CPUtime=3215.21 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 381778 0 0 0 320993 528 0 0 20 0 20 0 140054169 19566772224 903808 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 903808 5894 1 0 921733 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=3615212 CPUtime=3130.71 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 124184 0 0 0 312996 75 0 0 20 0 20 0 140054170 19566772224 903808 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 30 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=3615212 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 903808 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=3615228 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 3265 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 903808 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=3615228 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 903808 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 3215.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3615232 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.20 4.26 5/318 710419
/proc/meminfo: memFree=117156804/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=3615244 CPUtime=3277.63 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 382667 0 0 0 327220 543 0 0 20 0 20 0 140054169 19566772224 903811 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 903811 5894 1 0 921733 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=3615212 CPUtime=3190.11 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 124594 0 0 0 318936 75 0 0 20 0 20 0 140054170 19566772224 903811 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 30 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 903811 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 3300 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 903811 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 903811 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 3277.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3615244 KiB

[startup+3282.3 s]
/proc/loadavg: 4.82 4.37 4.32 5/319 710434
/proc/meminfo: memFree=117106816/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=3615264 CPUtime=3345.02 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 394912 0 0 0 333926 576 0 0 20 0 20 0 140054169 19566772224 903816 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 903816 5894 1 0 921733 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=3615256 CPUtime=3249.33 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) S 707677 707680 697934 0 -1 1077936192 126424 0 0 0 324857 76 0 0 20 0 20 0 140054170 19566772224 903816 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 30 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=3615244 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 903816 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 3348 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 903816 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=-8671228519354114748 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 903816 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 3345.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3615264 KiB

[startup+3342.3 s]
/proc/loadavg: 4.63 4.41 4.33 5/319 710444
/proc/meminfo: memFree=117106540/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=3615284 CPUtime=3409.4 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 395689 0 0 0 340342 598 0 0 20 0 20 0 140054169 19566772224 903821 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 903821 5894 1 0 921733 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=-8671228519354114748 CPUtime=3308.75 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 126586 0 0 0 330799 76 0 0 20 0 20 0 140054170 19566772224 903821 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 30 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 903821 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=3615284 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 3352 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 903821 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 903821 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 3409.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3615284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.82 4.50 4.37 5/319 710455
/proc/meminfo: memFree=116776628/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=3618436 CPUtime=3476.8 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 407380 0 0 0 347049 631 0 0 20 0 20 0 140054169 19566772224 904609 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 904609 5909 1 0 921733 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=3616316 CPUtime=3367.96 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 128176 0 0 0 336719 77 0 0 20 0 20 0 140054170 19566772224 904609 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=3616408 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 904609 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=3616408 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 3352 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 904609 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=3618436 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 904609 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 3476.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3618436 KiB

[startup+3462.3 s]
/proc/loadavg: 4.72 4.52 4.38 6/319 710466
/proc/meminfo: memFree=116774996/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=3619660 CPUtime=3544.64 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 408505 0 0 0 353800 664 0 0 20 0 20 0 140054169 19566772224 904915 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 904915 5909 1 0 921733 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=3618796 CPUtime=3427 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 128200 0 0 0 342623 77 0 0 20 0 20 0 140054170 19566772224 904915 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=3618788 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 904915 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=11508 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 3404 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 904915 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=35540 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 904915 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 3544.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3619660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3511.4 s]
/proc/loadavg: 4.52 4.48 4.37 5/319 710475
/proc/meminfo: memFree=116708952/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19108176 memory=3619732 CPUtime=3600.07 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 409211 0 0 0 359314 693 0 0 20 0 20 0 140054169 19566772224 904933 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4777044 904933 5909 1 0 921733 0
[pid=707680/tid=707682] ppid=707677 vsize=19108176 memory=35540 CPUtime=3475.36 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 128723 0 0 0 347458 78 0 0 20 0 20 0 140054170 19566772224 904933 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19108176 memory=12020 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140054175 19566772224 904933 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 3404 0 0 0 0 0 0 0 20 0 20 0 140054177 19566772224 904933 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707699] ppid=707677 vsize=19108176 memory=2580 CPUtime=0 cores=1,3
/proc/707680/task/707699/stat : 707699 (Timer-0) S 707677 707680 697934 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140054219 19566772224 904933 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3619732 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.37 s, system=6.95244 s

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

[startup+3511.51 s]
/proc/loadavg: 4.52 4.48 4.37 5/319 710475
/proc/meminfo: memFree=116708952/131655788 swapFree=131071996/131071996
[pid=707680] ppid=707677 vsize=19307868 memory=3620340 CPUtime=3600.28 cores=1,3
/proc/707680/stat : 707680 (java) S 707677 707680 697934 0 -1 1077936128 410543 0 0 0 359334 694 0 0 20 0 21 0 140054169 19771256832 905085 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
/proc/707680/statm: 4826967 905085 5908 1 0 922652 0
[pid=707680/tid=707682] ppid=707677 vsize=19307868 memory=3618792 CPUtime=3475.47 cores=1,3
/proc/707680/task/707682/stat : 707682 (java) R 707677 707680 697934 0 -1 4194368 128723 0 0 0 347469 78 0 0 20 0 21 0 140054170 19771256832 905085 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 31 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707691] ppid=707677 vsize=19307868 memory=3618444 CPUtime=0 cores=1,3
/proc/707680/task/707691/stat : 707691 (Finalizer) S 707677 707680 697934 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140054175 19771256832 905085 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
[pid=707680/tid=707698] ppid=707677 vsize=19307868 memory=11508 CPUtime=0 cores=1,3
/proc/707680/task/707698/stat : 707698 (Common-Cleaner) S 707677 707680 697934 0 -1 1077936192 3404 0 0 0 0 0 0 0 20 0 21 0 140054177 19771256832 905085 134679101440 94072219840512 94072219844208 140723852261328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94072219852024 94072219852816 94072233541632 140723852264411 140723852264519 140723852264519 140723852271560 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3620340 KiB

Child status: 143

Real time (s): 3511.54
CPU time (s): 3600.33
CPU user time (s): 3593.37
CPU system time (s): 6.95244
CPU usage (%): 102.528
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3620340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.37
system time used= 6.95244
maximum resident set size= 3621192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 410751
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185480
involuntary context switches= 11869


# summary of solver processes directly reported to runsolver:
#   pid: 707680
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3593.37
#   total CPU system time (s): 6.95244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1564 second user time and 37.245 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-13 15:56:07
IDJOB=4424565
IDBENCH=143730
IDSOLVER=3036
FILE ID=nodeC006/4424565-1720878954
RUNJOBID= nodeC006-1720877760-700191
SLURM_JOB_ID= 7483754
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424565-1720878954/watcher-4424565-1720878954 -o /tmp/evaluation-result-4424565-1720878954/solver-4424565-1720878954 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1720877760-700191 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424565-1720878954.wbo

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

MD5SUM BENCH= 6e5ad560d764b7fb98c12fb74c689226
RANDOM SEED=2129222166

nodeC006.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	: 0xb00001f
cpu MHz		: 3599.254
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.249
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 1197.366
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 3491.989
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 3568.760
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 3604.234
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
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	: 0xb00001f
cpu MHz		: 1197.356
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.94
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	: 0xb00001f
cpu MHz		: 1197.333
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.26
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122673156 kB
MemAvailable:   122567784 kB
Buffers:          322720 kB
Cached:           420424 kB
SwapCached:            0 kB
Active:           476840 kB
Inactive:        7994300 kB
Active(anon):       1484 kB
Inactive(anon):  7763892 kB
Active(file):     475356 kB
Inactive(file):   230408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:       7727692 kB
Mapped:           121064 kB
Shmem:             37704 kB
KReclaimable:      57792 kB
Slab:             146992 kB
SReclaimable:      57792 kB
SUnreclaim:        89200 kB
KernelStack:        4828 kB
PageTables:        25056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9941552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45888 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7442432 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC006 at 2024-07-13 16:54:38