Trace number 4449681

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 Cutting Planes 2024 2024-07-12OPT2 1737.59 1705.83

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=6.opb
MD5SUM452542b5617bc71813112a35665296a2
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 benchmark2
Best CPU time to get the best result obtained on this benchmark4.31016
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables148
Total number of constraints1760
Number of constraints which are clauses1752
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
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.14/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.14	c See www.sat4j.org for details.
0.14/0.16	c version CUSTOM.v20240707
0.14/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.18	c java.vm.version	22.0.1+8-16
0.14/0.18	c java.vm.vendor	Oracle Corporation
0.14/0.18	c sun.arch.data.model	64
0.14/0.18	c java.version		22.0.1
0.14/0.18	c os.name		Linux
0.14/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.18	c os.arch		amd64
0.14/0.19	c Free memory 		2113181440
0.14/0.19	c Max memory 		16282288128
0.14/0.19	c Total memory 		2122317824
0.14/0.20	c Number of processors 	2
0.47/0.38	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	 - never skip resolution steps
0.47/0.38	 - Auto-division on coefficients is disabled
0.47/0.38	 - No postprocessing
0.47/0.38	 - Conflict is considered as is when resolving
0.47/0.38	 - Use constraints as they come during conflict analysis
0.47/0.38	 - Weaken first using unassigned literals
0.47/0.38	 - Bump strategy: ALWAYS_ONE
0.47/0.38	 - Bumper: EFFECTIVE
0.47/0.38	--- Begin Solver configuration ---
0.47/0.38	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.38	Learn all clauses as in MiniSAT
0.47/0.38	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	No reason simplification
0.47/0.38	Dynamic restart strategy considering the size of the coefficients
0.47/0.38	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.38	timeout=2147483s
0.47/0.38	DB Simplification allowed=false
0.47/0.38	Listener: none
0.47/0.38	--- End Solver configuration ---
0.47/0.39	c Pseudo Boolean Optimization by upper bound
0.47/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.39	c  - never skip resolution steps
0.47/0.39	c  - Auto-division on coefficients is disabled
0.47/0.39	c  - No postprocessing
0.47/0.39	c  - Conflict is considered as is when resolving
0.47/0.39	c  - Use constraints as they come during conflict analysis
0.47/0.39	c  - Weaken first using unassigned literals
0.47/0.39	c  - Bump strategy: ALWAYS_ONE
0.47/0.39	c  - Bumper: EFFECTIVE
0.47/0.39	c --- Begin Solver configuration ---
0.47/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.39	c Learn all clauses as in MiniSAT
0.47/0.39	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.39	c No reason simplification
0.47/0.39	c Dynamic restart strategy considering the size of the coefficients
0.47/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.40	c timeout=2147483s
0.47/0.40	c DB Simplification allowed=false
0.47/0.40	c Listener: none
0.47/0.40	c --- End Solver configuration ---
0.47/0.40	c solving HOME/instance-4449681-1721399505.opb
0.47/0.40	c reading problem ... 
0.47/0.40	c  objective function found
0.86/0.59	c ... done. Wall clock time 0.192s.
0.86/0.59	c declared #vars     148
0.86/0.59	c #constraints  1760
0.86/0.59	c constraints type 
0.86/0.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
0.86/0.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1752
0.86/0.59	c 1760 constraints processed.
0.99/0.62	c objective function length is 8 literals
1.19/0.72	c SATISFIABLE
1.19/0.73	c OPTIMIZING...
1.19/0.73	c Got one! Elapsed wall clock time (in seconds):0.332
1.19/0.73	o 8
1.36/0.84	c Got one! Elapsed wall clock time (in seconds):0.441
1.36/0.84	o 7
1.36/0.84	c Got one! Elapsed wall clock time (in seconds):0.453
1.36/0.85	o 6
1.76/1.06	c Got one! Elapsed wall clock time (in seconds):0.668
1.76/1.06	o 5
2.15/1.30	c Got one! Elapsed wall clock time (in seconds):0.908
2.15/1.30	o 4
2.34/1.31	c Got one! Elapsed wall clock time (in seconds):0.92
2.34/1.31	o 3
2.34/1.37	c Got one! Elapsed wall clock time (in seconds):0.986
2.34/1.37	o 2
8.06/4.78	c cleaning 3219 clauses out of 6438 with flag 0/6438
14.51/10.65	c cleaning 4604 clauses out of 9219 with flag 0/12438
27.51/23.31	c cleaning 5806 clauses out of 11614 with flag 0/19437
44.92/38.12	c cleaning 6898 clauses out of 13808 with flag 0/27437
59.69/52.43	c cleaning 7953 clauses out of 15911 with flag 0/36438
77.36/70.00	c cleaning 8975 clauses out of 17957 with flag 0/46437
103.99/95.83	c cleaning 9989 clauses out of 19984 with flag 0/57439
131.11/121.68	c cleaning 10992 clauses out of 21993 with flag 0/69437
159.88/149.44	c cleaning 11997 clauses out of 24002 with flag 0/82438
186.18/175.28	c cleaning 12998 clauses out of 26005 with flag 0/96438
216.81/205.14	c cleaning 13999 clauses out of 28007 with flag 0/111438
252.39/239.90	c cleaning 14999 clauses out of 30010 with flag 0/127440
288.05/274.89	c cleaning 16003 clauses out of 32010 with flag 0/144439
327.49/313.62	c cleaning 16992 clauses out of 34005 with flag 0/162437
372.16/357.64	c cleaning 18002 clauses out of 36013 with flag 0/181437
422.50/407.14	c cleaning 18989 clauses out of 38011 with flag 0/201437
474.86/458.67	c cleaning 20005 clauses out of 40022 with flag 0/222437
537.61/520.49	c cleaning 20996 clauses out of 42017 with flag 0/244437
597.31/579.43	c cleaning 22009 clauses out of 44022 with flag 0/267438
662.28/643.31	c cleaning 22996 clauses out of 46012 with flag 0/291437
733.18/713.08	c cleaning 23998 clauses out of 48016 with flag 0/316437
820.40/799.02	c cleaning 25002 clauses out of 50018 with flag 0/342437
905.24/882.90	c cleaning 26000 clauses out of 52016 with flag 0/369437
992.45/969.28	c cleaning 27002 clauses out of 54017 with flag 0/397438
1088.88/1064.31	c cleaning 27997 clauses out of 56015 with flag 0/426438
1191.01/1165.16	c cleaning 29003 clauses out of 58019 with flag 0/456439
1311.12/1284.06	c cleaning 29998 clauses out of 60016 with flag 0/487439
1419.88/1391.62	c cleaning 31005 clauses out of 62018 with flag 0/519439
1564.43/1534.66	c cleaning 31998 clauses out of 64012 with flag 0/552438
1719.13/1687.66	c cleaning 33003 clauses out of 66013 with flag 0/586437
1737.46/1705.76	c starts		: 172
1737.46/1705.77	c conflicts		: 594795
1737.46/1705.77	c decisions		: 724726
1737.46/1705.77	c propagations		: 9930158
1737.46/1705.77	c inspects		: 2582866660
1737.46/1705.77	c shortcuts		: 0
1737.46/1705.77	c learnt literals	: 0
1737.46/1705.77	c learnt binary clauses	: 0
1737.46/1705.77	c learnt ternary clauses	: 0
1737.46/1705.77	c learnt constraints	: 594794
1737.46/1705.77	c ignored constraints	: 0
1737.46/1705.77	c root simplifications	: 0
1737.46/1705.77	c removed literals (reason simplification)	: 0
1737.46/1705.77	c reason swapping (by a shorter reason)	: 0
1737.46/1705.77	c Calls to reduceDB	: 30
1737.46/1705.77	c Number of update (reduction) of LBD	: 509754
1737.46/1705.77	c Imported unit clauses	: 0
1737.46/1705.77	c No decision after first conflict	: false
1737.46/1705.77	c number of reductions to clauses (during analyze)	: 0
1737.46/1705.77	c number of learned constraints concerned by reduction	: 0
1737.46/1705.77	c number of learning phase by resolution	: 0
1737.46/1705.77	c number of learning phase by cutting planes	: 0
1737.46/1705.77	c number of rounding to 1 operations	: 0
1737.46/1705.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1737.46/1705.77	c number of reductions of the coefficients by power 2 	: 0
1737.46/1705.77	c number of right shift for reduction by power 2 	: 0
1737.46/1705.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
1737.46/1705.77	c number of ending skipping 	: 0
1737.46/1705.77	c number of internal skipping 	: 0
1737.46/1705.77	c number of derivation steps 	: 7468661
1737.46/1705.77	c number of skipped derivation steps 	: 0
1737.46/1705.77	c number of remaining unassigned 	: 44776
1737.46/1705.77	c number of remaining assigned 	: 72291484
1737.46/1705.77	c number of falsified literals weakened from reason	: 0
1737.46/1705.77	c number of falsified literals weakened from conflict	: 0
1737.46/1705.77	c time for arithmetic operations	: 5014565991
1737.46/1705.77	c minimum degree of deleted constraints	: 1
1737.46/1705.77	c maximum degree of deleted constraints	: 8996077618742104800
1737.46/1705.77	c number of deleted constraints	: 553427
1737.46/1705.77	c speed (assignments/second)	: 5823.627246869776
1737.46/1705.77	c non guided choices	: 673
1737.46/1705.77	s OPTIMUM FOUND
1737.46/1705.77	c Found 7 solution(s)
1737.46/1705.77	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 
1737.46/1705.77	c objective function=2
1737.46/1705.77	c Total wall clock time (in seconds): 1705.383

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449681-1721399505/watcher-4449681-1721399505 -o /tmp/evaluation-result-4449681-1721399505/solver-4449681-1721399505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449681-1721399505.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1008324, runsolver pid=1008317

[startup+0.105124 s]*
/proc/loadavg: 0.44 0.17 0.11 8/304 1008399
/proc/meminfo: memFree=127460640/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=18975048 memory=56036 CPUtime=0.14 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 6596 0 0 0 11 3 0 0 20 0 18 0 192106913 19430449152 14009 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4743762 14009 5561 1 0 550909 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 5492 0 0 0 7 2 0 0 20 0 18 0 192106914 19430449152 14041 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192106918 19430449152 14041 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192106919 19430449152 14041 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56036 KiB

[startup+0.222369 s]*
/proc/loadavg: 0.44 0.17 0.11 11/314 1008409
/proc/meminfo: memFree=127436876/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=18975048 memory=65420 CPUtime=0.33 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 7204 0 0 0 29 4 0 0 20 0 18 0 192106913 19430449152 16355 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4743762 16355 5745 1 0 551406 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=18975048 memory=6876556183782621315 CPUtime=0.2 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 5750 0 0 0 18 2 0 0 20 0 18 0 192106914 19430449152 16355 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192106918 19430449152 16355 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192106919 19430449152 16355 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65420 KiB

[startup+0.319535 s]*
/proc/loadavg: 0.44 0.17 0.11 11/314 1008409
/proc/meminfo: memFree=127418084/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=18975048 memory=66344 CPUtime=0.47 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 7442 0 0 0 43 4 0 0 20 0 18 0 192106913 19430449152 16586 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4743762 16586 5756 1 0 551579 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=18975048 memory=-7236824433767573092 CPUtime=0.28 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 5892 0 0 0 25 3 0 0 20 0 18 0 192106914 19430449152 16586 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192106918 19430449152 16586 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192106919 19430449152 16586 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66344 KiB

[startup+0.710367 s]
/proc/loadavg: 0.44 0.17 0.11 13/314 1008409
/proc/meminfo: memFree=127396784/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19041612 memory=81540 CPUtime=1.19 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 8221 0 0 0 113 6 0 0 20 0 19 0 192106913 19498610688 20385 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4760403 20385 5900 1 0 552239 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19041612 memory=5512 CPUtime=0.59 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 6194 0 0 0 55 4 0 0 20 0 19 0 192106914 19498610688 20385 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192106918 19498610688 20385 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19041612 memory=25208 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 192106919 19498610688 20385 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81540 KiB

[startup+1.50137 s]
/proc/loadavg: 0.44 0.17 0.11 12/318 1008413
/proc/meminfo: memFree=127082556/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=172336 CPUtime=2.74 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 15899 0 0 0 264 10 0 0 20 0 20 0 192106913 19566772224 43084 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 43084 5932 1 0 554843 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=11992 CPUtime=1.28 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 6755 0 0 0 122 6 0 0 20 0 20 0 192106914 19566772224 43084 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 43084 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 43084 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 43084 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 172336 KiB

[startup+3.11236 s]
/proc/loadavg: 0.44 0.17 0.11 11/322 1008484
/proc/meminfo: memFree=125268648/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=630512 CPUtime=5.88 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 22870 0 0 0 569 19 0 0 20 0 20 0 192106913 19566772224 157628 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 157628 5932 1 0 557567 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=0 CPUtime=2.82 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 7618 0 0 0 268 14 0 0 20 0 20 0 192106914 19566772224 157628 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 157628 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 157628 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=89304 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 157628 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 630512 KiB

[startup+6.30044 s]
/proc/loadavg: 0.96 0.28 0.15 6/322 1008484
/proc/meminfo: memFree=122867456/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=1258032 CPUtime=10.04 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 24356 0 0 0 972 32 0 0 20 0 20 0 192106913 19566772224 314508 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 314508 5932 1 0 664131 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=11992 CPUtime=5.94 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 8671 0 0 0 568 26 0 0 20 0 20 0 192106914 19566772224 314508 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=-7236824433767115364 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 314508 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 314508 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 314508 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1258032 KiB

[startup+12.7004 s]
/proc/loadavg: 1.21 0.34 0.17 5/322 1008486
/proc/meminfo: memFree=120013940/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=1592168 CPUtime=16.85 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 26313 0 0 0 1647 38 0 0 20 0 20 0 192106913 19566772224 398042 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 398042 5932 1 0 664165 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=11600 CPUtime=12.14 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 10534 0 0 0 1183 31 0 0 20 0 20 0 192106914 19566772224 398042 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 398042 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=1591908 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 398042 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 398042 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 16.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1592168 KiB

[startup+25.5005 s]
/proc/loadavg: 1.79 0.50 0.22 5/322 1008487
/proc/meminfo: memFree=116705016/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=2103528 CPUtime=29.85 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 32700 0 0 0 2935 50 0 0 20 0 20 0 192106913 19566772224 525882 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 525882 5932 1 0 791590 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=2103528 CPUtime=24.42 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 11967 0 0 0 2401 41 0 0 20 0 20 0 192106914 19566772224 525882 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=2103476 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 525882 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 525882 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 525882 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 29.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2103528 KiB

[startup+51.1138 s]
/proc/loadavg: 3.24 0.98 0.39 6/322 1008492
/proc/meminfo: memFree=113542336/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=2640808 CPUtime=58.41 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 45612 0 0 0 5779 62 0 0 20 0 20 0 192106913 19566772224 660202 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 660202 5932 1 0 927003 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=11992 CPUtime=49.36 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 15134 0 0 0 4886 50 0 0 20 0 20 0 192106914 19566772224 660202 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=2638760 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 660202 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=2638760 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 60 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 660202 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0

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

/proc/meminfo: memFree=106415372/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=4661100 CPUtime=1693.62 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 243582 0 0 0 169138 224 0 0 20 0 20 0 192106913 19566772224 1165275 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 1165275 5948 1 0 1179120 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=4587768 CPUtime=1618.75 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 117695 0 0 0 161790 85 0 0 20 0 20 0 192106914 19566772224 1165275 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=4661096 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 1165275 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 1957 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 1165275 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 1165275 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1693.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4661100 KiB

[startup+1705.83 s]
# the end of solver process 1008324 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=1735.26 s, system=2.33144 s

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

[startup+1664 s]*
/proc/loadavg: 4.29 4.21 3.61 5/322 1009343
/proc/meminfo: memFree=106415372/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=4661104 CPUtime=1695.4 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 243712 0 0 0 169315 225 0 0 20 0 20 0 192106913 19566772224 1165276 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 1165276 5948 1 0 1179120 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=-7236824433767572835 CPUtime=1620.38 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 117765 0 0 0 161953 85 0 0 20 0 20 0 192106914 19566772224 1165276 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=-9187040407738087110 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 1165276 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=20368 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 1957 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 1165276 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=5344 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 1165276 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1695.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4661104 KiB

[startup+1689.6 s]
/proc/loadavg: 4.37 4.24 3.63 5/322 1009349
/proc/meminfo: memFree=106415108/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=4661140 CPUtime=1721.16 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 248396 0 0 0 171889 227 0 0 20 0 20 0 192106913 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 1165285 5948 1 0 1179123 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=0 CPUtime=1645.51 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 120329 0 0 0 164465 86 0 0 20 0 20 0 192106914 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=4587768 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=4587808 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 1957 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=4661096 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1721.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4661140 KiB

[startup+1696 s]*
/proc/loadavg: 4.31 4.23 3.64 5/322 1009349
/proc/meminfo: memFree=106415164/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=4661140 CPUtime=1727.6 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 248477 0 0 0 172532 228 0 0 20 0 20 0 192106913 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 1165285 5948 1 0 1179124 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=-7236824433767572835 CPUtime=1651.84 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 120400 0 0 0 165098 86 0 0 20 0 20 0 192106914 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=-9187040407738087110 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=5093832 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 1957 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=-7236824433767572835 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1727.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4661140 KiB

[startup+1702.4 s]
/proc/loadavg: 4.29 4.22 3.64 5/322 1009350
/proc/meminfo: memFree=106415052/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=4661140 CPUtime=1734.08 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 248556 0 0 0 173179 229 0 0 20 0 20 0 192106913 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 1165285 5948 1 0 1179124 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=4661116 CPUtime=1658.09 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) S 1008317 1008324 1008215 0 -1 1077936192 120435 0 0 0 165723 86 0 0 20 0 20 0 192106914 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=7148 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=44960 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 1957 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=4661140 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1734.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4661140 KiB

[startup+1704 s]*
/proc/loadavg: 4.29 4.22 3.64 5/322 1009350
/proc/meminfo: memFree=106415052/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=4661140 CPUtime=1735.69 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 248569 0 0 0 173340 229 0 0 20 0 20 0 192106913 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 1165285 5948 1 0 1179124 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=-7236824433767572835 CPUtime=1659.7 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 120447 0 0 0 165884 86 0 0 20 0 20 0 192106914 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=-9187040407738087110 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=6780 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 1957 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=7108 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1735.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4661140 KiB

[startup+1704.8 s]
/proc/loadavg: 4.29 4.22 3.64 5/322 1009350
/proc/meminfo: memFree=106415052/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=4661140 CPUtime=1736.47 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 248569 0 0 0 173418 229 0 0 20 0 20 0 192106913 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 1165285 5948 1 0 1179124 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=44960 CPUtime=1660.48 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 120447 0 0 0 165962 86 0 0 20 0 20 0 192106914 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 1957 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=16252 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 1165285 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1736.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4661140 KiB

[startup+1705.6 s]
/proc/loadavg: 4.29 4.22 3.64 5/322 1009350
/proc/meminfo: memFree=106415052/131655788 swapFree=131071996/131071996
[pid=1008324] ppid=1008317 vsize=19108176 memory=4661188 CPUtime=1737.27 cores=4,6
/proc/1008324/stat : 1008324 (java) S 1008317 1008324 1008215 0 -1 1077936128 249284 0 0 0 173498 229 0 0 20 0 20 0 192106913 19566772224 1165297 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
/proc/1008324/statm: 4777044 1165297 5948 1 0 1179136 0
[pid=1008324/tid=1008330] ppid=1008317 vsize=19108176 memory=4661140 CPUtime=1661.28 cores=4,6
/proc/1008324/task/1008330/stat : 1008330 (java) R 1008317 1008324 1008215 0 -1 4194368 120556 0 0 0 166042 86 0 0 20 0 20 0 192106914 19566772224 1165297 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008363] ppid=1008317 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/1008324/task/1008363/stat : 1008363 (Finalizer) S 1008317 1008324 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192106918 19566772224 1165297 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008373] ppid=1008317 vsize=19108176 memory=4661116 CPUtime=0 cores=4,6
/proc/1008324/task/1008373/stat : 1008373 (Common-Cleaner) S 1008317 1008324 1008215 0 -1 1077936192 1957 0 0 0 0 0 0 0 20 0 20 0 192106919 19566772224 1165297 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
[pid=1008324/tid=1008411] ppid=1008317 vsize=19108176 memory=-7236824433767115364 CPUtime=0 cores=4,6
/proc/1008324/task/1008411/stat : 1008411 (Timer-0) S 1008317 1008324 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192106976 19566772224 1165297 134679101440 94379852161024 94379852164720 140725342566576 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379852172536 94379852173328 94379856830464 140725342573555 140725342573663 140725342573663 140725342580680 0
Current children cumulated CPU time: 1737.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4661188 KiB

[startup+1705.8 s]*
/proc/loadavg: 4.35 4.24 3.65 9/308 1009352
/proc/meminfo: memFree=110942200/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 1705.83
CPU time (s): 1737.59
CPU user time (s): 1735.26
CPU system time (s): 2.33144
CPU usage (%): 101.862
Max. virtual memory (cumulated for all children) (KiB): 19111184
Max. memory (cumulated for all children) (KiB): 4661196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1735.26
system time used= 2.33144
maximum resident set size= 4662572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253074
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68694
involuntary context switches= 4661


# summary of solver processes directly reported to runsolver:
#   pid: 1008324
#   total CPU time (s): 1737.59
#   total CPU user time (s): 1735.26
#   total CPU system time (s): 2.33144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.10033 second user time and 17.8687 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 16:31:57
IDJOB=4449681
IDBENCH=176095
IDSOLVER=3052
FILE ID=nodeC008/4449681-1721399505
RUNJOBID= nodeC008-1721399517-1008279
SLURM_JOB_ID= 7545437
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=8-t=6.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449681-1721399505/watcher-4449681-1721399505 -o /tmp/evaluation-result-4449681-1721399505/solver-4449681-1721399505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449681-1721399505.opb

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

MD5SUM BENCH= 452542b5617bc71813112a35665296a2
RANDOM SEED=1212665296

nodeC008.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		: 1197.243
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.91
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.268
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.31
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.260
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.91
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		: 1197.247
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.31
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		: 1788.735
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.91
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		: 1197.249
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.31
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.244
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.91
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.253
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127595444 kB
MemAvailable:   129917976 kB
Buffers:          555732 kB
Cached:          2593308 kB
SwapCached:            0 kB
Active:          1069956 kB
Inactive:        2397364 kB
Active(anon):       1372 kB
Inactive(anon):   362796 kB
Active(file):    1068584 kB
Inactive(file):  2034568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6592 kB
Writeback:             0 kB
AnonPages:        318304 kB
Mapped:           106232 kB
Shmem:             45896 kB
KReclaimable:     118820 kB
Slab:             223976 kB
SReclaimable:     118820 kB
SUnreclaim:       105156 kB
KernelStack:        3716 kB
PageTables:         9076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     689928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC008 at 2024-07-19 17:00:23