Trace number 4524397

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 CP VeriPB 2025-06-06SAT (TO)-34 3600.23 3579.48

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-Clique-c0125-9_c24.opb
MD5SUMe7657c6e4289f102872f35c7391497ac
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 benchmark-34
Best CPU time to get the best result obtained on this benchmark1.68694
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126
Total number of constraints788
Number of constraints which are clauses788
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2
Number of terms in the objective function 125
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 125
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 125
Number of bits of the biggest sum of numbers7
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4524397-1751635609.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
0.31/0.22	c ... done. Wall clock time 0.063s.
0.31/0.22	c declared #vars     126
0.31/0.22	c #constraints  788
0.31/0.22	c constraints type 
0.31/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 787
0.31/0.22	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.31/0.22	c 788 constraints processed.
0.31/0.23	c objective function length is 125 literals
0.31/0.24	c SATISFIABLE
0.31/0.24	c OPTIMIZING...
0.31/0.24	c Got one! Elapsed wall clock time (in seconds):0.082
0.31/0.24	o -26
0.31/0.29	c Got one! Elapsed wall clock time (in seconds):0.135
0.31/0.29	o -27
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.178
0.50/0.33	o -28
1.26/0.73	c Got one! Elapsed wall clock time (in seconds):0.575
1.26/0.73	o -29
1.66/0.99	c Got one! Elapsed wall clock time (in seconds):0.83
1.66/0.99	o -30
2.06/1.15	c Got one! Elapsed wall clock time (in seconds):0.99
2.06/1.15	o -31
12.68/8.67	c Got one! Elapsed wall clock time (in seconds):8.514
12.68/8.67	o -32
16.61/11.98	c cleaning 3385 clauses out of 6773 with flag 0/6773
35.33/29.47	c cleaning 4686 clauses out of 9386 with flag 0/12771
58.56/52.20	c cleaning 5849 clauses out of 11700 with flag 0/19771
89.34/82.61	c cleaning 6925 clauses out of 13850 with flag 0/27770
131.16/124.09	c cleaning 7960 clauses out of 15925 with flag 0/36770
188.38/180.76	c cleaning 8983 clauses out of 17965 with flag 0/46770
262.37/254.11	c cleaning 9985 clauses out of 19983 with flag 0/57771
340.60/332.14	c cleaning 10994 clauses out of 21997 with flag 0/69770
440.17/432.22	c cleaning 12000 clauses out of 24004 with flag 0/82771
547.79/539.38	c cleaning 13004 clauses out of 26007 with flag 0/96774
560.85/552.22	c Got one! Elapsed wall clock time (in seconds):552.06
560.85/552.22	o -33
588.59/579.84	c cleaning 9082 clauses out of 18175 with flag 0/101946
620.65/611.72	c cleaning 7542 clauses out of 15092 with flag 0/107945
652.00/642.82	c cleaning 7268 clauses out of 14551 with flag 0/114946
685.66/676.20	c cleaning 7630 clauses out of 15282 with flag 0/122945
724.22/714.67	c cleaning 8325 clauses out of 16652 with flag 0/131945
776.66/766.65	c cleaning 9159 clauses out of 18328 with flag 0/141946
833.48/823.25	c cleaning 10080 clauses out of 20168 with flag 0/152945
907.59/897.22	c cleaning 11037 clauses out of 22090 with flag 0/164947
987.46/976.82	c cleaning 12021 clauses out of 24052 with flag 0/177946
1079.11/1068.18	c cleaning 13013 clauses out of 26031 with flag 0/191946
1186.51/1175.33	c cleaning 14001 clauses out of 28017 with flag 0/206945
1305.53/1293.95	c cleaning 15003 clauses out of 30016 with flag 0/222945
1444.78/1432.53	c cleaning 15997 clauses out of 32014 with flag 0/239946
1600.69/1587.78	c cleaning 17001 clauses out of 34016 with flag 0/257945
1714.67/1701.21	c Got one! Elapsed wall clock time (in seconds):1701.058
1714.67/1701.21	o -34
1788.27/1774.67	c cleaning 18169 clauses out of 36341 with flag 0/277271
1832.06/1818.28	c cleaning 12082 clauses out of 24174 with flag 0/283273
1859.46/1845.59	c cleaning 9542 clauses out of 19092 with flag 0/290273
1885.20/1871.12	c cleaning 8771 clauses out of 17550 with flag 0/298273
1911.12/1896.50	c cleaning 8884 clauses out of 17777 with flag 0/307271
1938.58/1923.86	c cleaning 9447 clauses out of 18894 with flag 0/317272
1972.47/1957.52	c cleaning 10221 clauses out of 20446 with flag 0/328271
2016.92/2001.66	c cleaning 11111 clauses out of 22225 with flag 0/340271
2072.38/2056.77	c cleaning 12054 clauses out of 24114 with flag 0/353271
2137.55/2121.79	c cleaning 13026 clauses out of 26060 with flag 0/367271
2217.24/2201.06	c cleaning 14016 clauses out of 28034 with flag 0/382271
2311.44/2294.94	c cleaning 15006 clauses out of 30018 with flag 0/398271
2425.98/2409.19	c cleaning 16000 clauses out of 32012 with flag 0/415271
2548.34/2531.06	c cleaning 17003 clauses out of 34016 with flag 0/433275
2690.24/2672.26	c cleaning 18002 clauses out of 36010 with flag 0/452272
2885.86/2867.27	c cleaning 18997 clauses out of 38007 with flag 0/472271
3073.87/3054.70	c cleaning 20001 clauses out of 40010 with flag 0/493271
3279.91/3259.88	c cleaning 21000 clauses out of 42009 with flag 0/515271
3496.12/3475.70	c cleaning 21999 clauses out of 44009 with flag 0/538271
3600.09/3579.41	c starts		: 55
3600.09/3579.42	c conflicts		: 550531
3600.09/3579.42	c decisions		: 583309
3600.09/3579.42	c propagations		: 4940527
3600.09/3579.42	c inspects		: 7248265785
3600.09/3579.42	c shortcuts		: 0
3600.09/3579.42	c learnt literals	: 0
3600.09/3579.42	c learnt binary clauses	: 0
3600.09/3579.42	c learnt ternary clauses	: 0
3600.09/3579.42	c learnt constraints	: 550530
3600.09/3579.42	c ignored constraints	: 0
3600.09/3579.42	c root simplifications	: 0
3600.09/3579.42	c removed literals (reason simplification)	: 0
3600.09/3579.42	c reason swapping (by a shorter reason)	: 0
3600.09/3579.42	c Calls to reduceDB	: 43
3600.09/3579.42	c Number of update (reduction) of LBD	: 556219
3600.09/3579.42	c Imported unit clauses	: 0
3600.09/3579.42	c No decision after first conflict	: false
3600.09/3579.42	c number of reductions to clauses (during analyze)	: 0
3600.09/3579.42	c number of learned constraints concerned by reduction	: 0
3600.09/3579.42	c number of learning phase by resolution	: 0
3600.09/3579.42	c number of learning phase by cutting planes	: 0
3600.09/3579.42	c number of rounding to 1 operations	: 0
3600.09/3579.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3579.42	c number of reductions of the coefficients by power 2 	: 0
3600.09/3579.42	c number of right shift for reduction by power 2 	: 0
3600.09/3579.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3579.42	c number of ending skipping 	: 0
3600.09/3579.42	c number of internal skipping 	: 0
3600.09/3579.42	c number of derivation steps 	: 3737842
3600.09/3579.42	c number of skipped derivation steps 	: 0
3600.09/3579.42	c number of remaining unassigned 	: 833586
3600.09/3579.42	c number of remaining assigned 	: 84758747
3600.09/3579.42	c number of falsified literals weakened from reason	: 0
3600.09/3579.42	c number of falsified literals weakened from conflict	: 0
3600.09/3579.42	c time for arithmetic operations	: 5297670561
3600.09/3579.42	c minimum degree of deleted constraints	: 1
3600.09/3579.42	c maximum degree of deleted constraints	: 18079900048274051735147879308791743920956715753339155885225469814118867714067158062292990320102781117314196550573538180544601983414375823113070219221732259672401730080516436731539604346017075986292020370138906213947678400
3600.09/3579.42	c number of deleted constraints	: 516261
3600.09/3579.42	c speed (assignments/second)	: 1380.3497164857363
3600.09/3579.42	c non guided choices	: 0
3600.09/3579.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.09/3579.46	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 10256
3600.09/3579.46	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 24012
3600.09/3579.46	s SATISFIABLE
3600.09/3579.46	c Found 9 solution(s)
3600.09/3579.46	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 
3600.09/3579.46	c objective function=-34
3600.09/3579.46	c Total wall clock time (in seconds): 3579.305

Verifier Data

OK	-34

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: 63665 MiB (62083 MiB free)
  memory of node 1: 64507 MiB (60311 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524397-1751635609/watcher-4524397-1751635609 -o /tmp/evaluation-result-4524397-1751635609/solver-4524397-1751635609 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751635609-96317 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4524397-1751635609 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4524397-1751635609.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=96330, runsolver pid=96327
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.08 1.49 2.63 3/265 96348
/proc/meminfo: memFree=125312924/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=18930384 memory=55476 CPUtime=0.12 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 6544 0 0 0 10 2 0 0 20 0 18 0 79238627 19384713216 13869 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4732596 13869 5331 1 0 547604 0
[pid=96330/tid=96332] ppid=96327 vsize=18930384 memory=4026532029 CPUtime=0.07 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 5054 0 0 0 6 1 0 0 20 0 18 0 79238628 19384713216 13869 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=18930384 memory=232800911689 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79238630 19384713216 14402 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=18930384 memory=58481180952994 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79238631 19384713216 14402 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55476 KiB

[startup+0.205468 s]*
/proc/loadavg: 1.08 1.49 2.63 3/265 96348
/proc/meminfo: memFree=125308892/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=18930384 memory=64668 CPUtime=0.31 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 7192 0 0 0 28 3 0 0 20 0 18 0 79238627 19384713216 16167 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4732596 16167 5427 1 0 548056 0
[pid=96330/tid=96332] ppid=96327 vsize=18930384 memory=32758254098972917 CPUtime=0.16 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 5388 0 0 0 15 1 0 0 20 0 18 0 79238628 19384713216 16167 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=18930384 memory=16171 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79238630 19384713216 16167 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=18930384 memory=54096002548599 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79238631 19384713216 16167 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64668 KiB

[startup+0.305407 s]*
/proc/loadavg: 1.08 1.49 2.63 4/266 96349
/proc/meminfo: memFree=125300700/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=18996948 memory=72900 CPUtime=0.5 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 7648 0 0 0 47 3 0 0 20 0 19 0 79238627 19452874752 18225 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4749237 18225 5491 1 0 548607 0
[pid=96330/tid=96332] ppid=96327 vsize=18996948 memory=-6000919477051942502 CPUtime=0.24 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 5554 0 0 0 23 1 0 0 20 0 19 0 79238628 19452874752 18225 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79238630 19452874752 18225 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79238631 19452874752 18225 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 79238651 19452874752 18225 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72900 KiB

[startup+0.700242 s]
/proc/loadavg: 1.08 1.49 2.63 3/266 96349
/proc/meminfo: memFree=125249784/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=171684 CPUtime=1.26 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 12834 0 0 0 120 6 0 0 20 0 20 0 79238627 19521036288 42921 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 42921 5491 1 0 552426 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=18944 CPUtime=0.6 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 5612 0 0 0 57 3 0 0 20 0 20 0 79238628 19521036288 42921 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 42921 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=21996 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 42921 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 42921 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171684 KiB

[startup+1.50023 s]
/proc/loadavg: 1.08 1.49 2.63 3/267 96350
/proc/meminfo: memFree=125197412/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=342932 CPUtime=2.85 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 25100 0 0 0 273 12 0 0 20 0 20 0 79238627 19521036288 85733 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 85733 5491 1 0 556570 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=10752 CPUtime=1.34 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 6359 0 0 0 127 7 0 0 20 0 20 0 79238628 19521036288 85733 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 85733 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=21996 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 85733 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=4480 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 85733 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 342932 KiB

[startup+3.10568 s]
/proc/loadavg: 1.24 1.51 2.64 3/267 96350
/proc/meminfo: memFree=124574068/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=859156 CPUtime=6 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 29813 0 0 0 577 23 0 0 20 0 20 0 79238627 19521036288 214789 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 214789 5491 1 0 786634 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=10752 CPUtime=2.86 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 7202 0 0 0 270 16 0 0 20 0 20 0 79238628 19521036288 214789 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=-6000919477051942502 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 214789 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 214789 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=-6000919477051942502 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 214789 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 859156 KiB

[startup+6.30025 s]
/proc/loadavg: 1.24 1.51 2.64 2/267 96350
/proc/meminfo: memFree=123501416/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=1880156 CPUtime=10.08 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 30900 0 0 0 966 42 0 0 20 0 20 0 79238627 19521036288 470039 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 470039 5523 1 0 786654 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=0 CPUtime=6.01 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 7968 0 0 0 566 35 0 0 20 0 20 0 79238628 19521036288 470039 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 470039 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=7522539064581449064 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 470039 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=373704 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 470039 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 10.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1880156 KiB

[startup+12.7002 s]
/proc/loadavg: 1.22 1.50 2.63 3/267 96350
/proc/meminfo: memFree=123497552/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=1895644 CPUtime=17.65 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 35037 0 0 0 1722 43 0 0 20 0 20 0 79238627 19521036288 473911 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 473911 5523 1 0 786752 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=373704 CPUtime=12.31 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 9112 0 0 0 1196 35 0 0 20 0 20 0 79238628 19521036288 473911 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=1886940 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 473911 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=570224 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 473911 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=1895388 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 473911 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 17.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1895644 KiB

[startup+25.5003 s]
/proc/loadavg: 1.17 1.48 2.60 2/267 96351
/proc/meminfo: memFree=123473048/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=1920904 CPUtime=31.42 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 54782 0 0 0 3095 47 0 0 20 0 20 0 79238627 19521036288 480226 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 480226 5523 1 0 786768 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=14824 CPUtime=24.91 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 11794 0 0 0 2454 37 0 0 20 0 20 0 79238628 19521036288 480226 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=1902408 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 480226 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 480226 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=1902280 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 480226 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 31.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1920904 KiB

[startup+51.1054 s]
/proc/loadavg: 1.19 1.45 2.56 2/268 96352
/proc/meminfo: memFree=123446216/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=1943612 CPUtime=57.38 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 56263 0 0 0 5688 50 0 0 20 0 20 0 79238627 19521036288 485903 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 485903 5523 1 0 786800 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=18944 CPUtime=50.19 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 12215 0 0 0 4981 38 0 0 20 0 20 0 79238628 19521036288 485903 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0

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

/proc/meminfo: memFree=122183352/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=3105240 CPUtime=3181.92 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 132537 0 0 0 317929 263 0 0 20 0 20 0 79238627 19521036288 776310 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 776310 5555 1 0 787443 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=3105112 CPUtime=3121.45 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 56504 0 0 0 312031 114 0 0 20 0 20 0 79238628 19521036288 776310 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=3105112 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 776310 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 1580 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 776310 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=-6000919477051942502 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 776310 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 3181.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105240 KiB

[startup+3222.3 s]
/proc/loadavg: 1.09 1.10 1.14 2/267 96522
/proc/meminfo: memFree=122174732/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=3105752 CPUtime=3242.34 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 136359 0 0 0 323968 266 0 0 20 0 20 0 79238627 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 776438 5555 1 0 787584 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=3105112 CPUtime=3180.84 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 57888 0 0 0 317969 115 0 0 20 0 20 0 79238628 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=3105112 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=3105240 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 1580 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 3242.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105752 KiB

[startup+3282.3 s]
/proc/loadavg: 1.30 1.15 1.15 2/267 96524
/proc/meminfo: memFree=122174036/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=3105752 CPUtime=3302.43 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 136699 0 0 0 329974 269 0 0 20 0 20 0 79238627 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 776438 5555 1 0 787585 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=3105752 CPUtime=3240.22 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 58099 0 0 0 323907 115 0 0 20 0 20 0 79238628 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=3105752 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 1634 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=3105752 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 776438 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 3302.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3105752 KiB

[startup+3342.3 s]
/proc/loadavg: 1.17 1.14 1.14 2/267 96526
/proc/meminfo: memFree=122174052/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=3096920 CPUtime=3362.58 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 137742 0 0 0 335986 272 0 0 20 0 20 0 79238627 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 774230 5555 1 0 787585 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=3105752 CPUtime=3299.58 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 58962 0 0 0 329842 116 0 0 20 0 20 0 79238628 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=3105752 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 1634 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 3362.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3096920 KiB

[startup+3402.3 s]
/proc/loadavg: 1.18 1.14 1.14 2/265 96528
/proc/meminfo: memFree=122173776/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=3096920 CPUtime=3422.61 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 139097 0 0 0 341986 275 0 0 20 0 20 0 79238627 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 774230 5555 1 0 787585 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=3096920 CPUtime=3358.83 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 59905 0 0 0 335766 117 0 0 20 0 20 0 79238628 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=3096920 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 1708 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=3096920 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 3422.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3096920 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.13 1.14 2/265 96530
/proc/meminfo: memFree=122173740/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=3096920 CPUtime=3482.75 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 140083 0 0 0 347998 277 0 0 20 0 20 0 79238627 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 774230 5555 1 0 787585 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=3096920 CPUtime=3418.2 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 60432 0 0 0 341702 118 0 0 20 0 20 0 79238628 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=3096920 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=3096920 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 1797 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=3096920 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 3482.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3096920 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.12 1.13 2/263 96536
/proc/meminfo: memFree=122171012/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=3096920 CPUtime=3542.77 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 140301 0 0 0 353998 279 0 0 20 0 20 0 79238627 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 774230 5555 1 0 787586 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=3105752 CPUtime=3477.54 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 60605 0 0 0 347636 118 0 0 20 0 20 0 79238628 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=3096920 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 1797 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=3096920 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 3542.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3096920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.4 s]
/proc/loadavg: 1.14 1.12 1.13 2/264 96539
/proc/meminfo: memFree=122163628/131249996 swapFree=33010672/33010684
[pid=96330] ppid=96327 vsize=19063512 memory=3096920 CPUtime=3600.09 cores=5,7
/proc/96330/stat : 96330 (java) S 96327 96330 96304 0 -1 4194304 141278 0 0 0 359727 282 0 0 20 0 20 0 79238627 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
/proc/96330/statm: 4765878 774230 5555 1 0 787586 0
[pid=96330/tid=96332] ppid=96327 vsize=19063512 memory=17436 CPUtime=3534.05 cores=5,7
/proc/96330/task/96332/stat : 96332 (java) R 96327 96330 96304 0 -1 4194368 61455 0 0 0 353286 119 0 0 20 0 20 0 79238628 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96341] ppid=96327 vsize=19063512 memory=9216 CPUtime=0 cores=5,7
/proc/96330/task/96341/stat : 96341 (Finalizer) S 96327 96330 96304 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79238630 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96348] ppid=96327 vsize=19063512 memory=-6000919477051942502 CPUtime=0 cores=5,7
/proc/96330/task/96348/stat : 96348 (Common-Cleaner) S 96327 96330 96304 0 -1 4194368 1797 0 0 0 0 0 0 0 20 0 20 0 79238631 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
[pid=96330/tid=96349] ppid=96327 vsize=19063512 memory=4354869386768182944 CPUtime=0 cores=5,7
/proc/96330/task/96349/stat : 96349 (Timer-0) S 96327 96330 96304 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79238651 19521036288 774230 18446744073709551615 94285013917696 94285013921392 140735115779168 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94285013929208 94285013930000 94285030486016 140735115782445 140735115782630 140735115782630 140735115788232 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3096920 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.39 s, system=2.84123 s

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

Child status: 143

Real time (s): 3579.48
CPU time (s): 3600.23
CPU user time (s): 3597.39
CPU system time (s): 2.84123
CPU usage (%): 100.58
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3105752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.39
system time used= 2.84124
maximum resident set size= 3105752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143812
page faults= 0
swaps= 0
block input operations= 0
block output operations= 367424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150528
involuntary context switches= 35414


# summary of solver processes directly reported to runsolver:
#   pid: 96330
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.39
#   total CPU system time (s): 2.84123

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47631 second user time and 16.6981 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 15:26:49
IDJOB=4524397
IDBENCH=180666
IDSOLVER=3362
FILE ID=nodeC017/4524397-1751635609
RUNJOBID= nodeC017-1751635609-96317
SLURM_JOB_ID= 9598980
Free space on /tmp= 432420 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-Clique-c0125-9_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524397-1751635609/watcher-4524397-1751635609 -o /tmp/evaluation-result-4524397-1751635609/solver-4524397-1751635609 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751635609-96317 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4524397-1751635609 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4524397-1751635609.opb

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

MD5SUM BENCH= e7657c6e4289f102872f35c7391497ac
RANDOM SEED=1705639469

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1200.412
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2515.643
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1191.285
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.755
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1648.911
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.200
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125332084 kB
MemAvailable:   129685992 kB
Buffers:            1688 kB
Cached:          5121228 kB
SwapCached:            8 kB
Active:           360564 kB
Inactive:        4831048 kB
Active(anon):      70704 kB
Inactive(anon):    16064 kB
Active(file):     289860 kB
Inactive(file):  4814984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               672 kB
Writeback:            28 kB
AnonPages:         71084 kB
Mapped:           103908 kB
Shmem:             18072 kB
KReclaimable:     176208 kB
Slab:             268020 kB
SReclaimable:     176208 kB
SUnreclaim:        91812 kB
KernelStack:        4016 kB
PageTables:         2584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     326432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432420 MiB
End job on nodeC017 at 2025-07-04 16:26:28