Trace number 4510803

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.29 3531.82

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
MD5SUMdcac64736f2fac2889802971ff74db2d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark415.773
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3288
Total number of constraints10282
Number of constraints which are clauses10282
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 constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.21	c See www.sat4j.org for details.
0.23/0.23	c version PB25.v20250606
0.23/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.23/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.23/0.26	c java.vm.version	22.0.1+8-16
0.23/0.26	c java.vm.vendor	Oracle Corporation
0.23/0.26	c sun.arch.data.model	64
0.23/0.26	c java.version		22.0.1
0.23/0.26	c os.name		Linux
0.23/0.26	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.23/0.26	c os.arch		amd64
0.23/0.27	c Free memory 		2104792832
0.23/0.27	c Max memory 		16282288128
0.23/0.27	c Total memory 		2113929216
0.23/0.27	c Number of processors 	2
0.55/0.47	c Pseudo Boolean Optimization by upper bound
0.55/0.47	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.55/0.47	c  - never skip resolution steps
0.55/0.47	c  - Auto-division on coefficients is disabled
0.55/0.47	c  - No postprocessing
0.55/0.47	c  - Conflict is considered as is when resolving
0.55/0.47	c  - Use constraints as they come during conflict analysis
0.55/0.47	c  - Weaken first using unassigned literals
0.55/0.47	c  - Bump strategy: ALWAYS_ONE
0.55/0.47	c  - Bumper: EFFECTIVE
0.55/0.47	c --- Begin Solver configuration ---
0.55/0.47	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.55/0.47	c Learn all clauses as in MiniSAT
0.55/0.47	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.55/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.55/0.47	c No reason simplification
0.55/0.47	c Dynamic restart strategy considering the size of the coefficients
0.55/0.47	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.55/0.47	c timeout=2147483s
0.55/0.47	c DB Simplification allowed=false
0.55/0.47	c Listener: none
0.55/0.47	c --- End Solver configuration ---
0.55/0.47	c solving HOME/instance-4510803-1751205646.opb
0.55/0.47	c reading problem ... 
0.55/0.47	c using VERIPB proof format
0.55/0.48	c  no objective function found
1.26/0.85	c ... done. Wall clock time 0.373s.
1.26/0.85	c declared #vars     3288
1.26/0.85	c #constraints  10282
1.26/0.85	c constraints type 
1.26/0.86	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 9186
1.26/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1096
1.26/0.86	c 10282 constraints processed.
6.09/3.76	c cleaning 2495 clauses out of 5000 with flag 0/5000
9.17/6.39	c cleaning 4249 clauses out of 8505 with flag 0/11000
12.11/9.00	c cleaning 5621 clauses out of 11257 with flag 0/18001
15.41/12.07	c cleaning 6814 clauses out of 13636 with flag 0/26001
19.59/16.21	c cleaning 7902 clauses out of 15822 with flag 0/35001
24.26/20.94	c cleaning 8953 clauses out of 17920 with flag 0/45001
29.25/25.95	c cleaning 9975 clauses out of 19966 with flag 0/56000
35.21/31.85	c cleaning 10989 clauses out of 21992 with flag 0/68001
41.93/38.56	c cleaning 11993 clauses out of 24002 with flag 0/81000
49.75/46.38	c cleaning 12998 clauses out of 26009 with flag 0/95000
56.13/52.71	c cleaning 13999 clauses out of 28013 with flag 0/110002
63.16/59.79	c cleaning 14998 clauses out of 30012 with flag 0/126000
72.40/68.80	c cleaning 15999 clauses out of 32015 with flag 0/143001
83.91/80.30	c cleaning 16997 clauses out of 34015 with flag 0/161000
93.67/89.93	c cleaning 18000 clauses out of 36019 with flag 0/180001
104.59/100.73	c cleaning 19000 clauses out of 38021 with flag 0/200003
116.48/112.46	c cleaning 19999 clauses out of 40018 with flag 0/221000
129.58/125.39	c cleaning 21002 clauses out of 42019 with flag 0/243000
144.34/139.80	c cleaning 22002 clauses out of 44017 with flag 0/266000
157.44/152.55	c cleaning 23000 clauses out of 46015 with flag 0/290000
172.39/167.13	c cleaning 24003 clauses out of 48015 with flag 0/315000
188.45/182.83	c cleaning 24997 clauses out of 50012 with flag 0/341000
207.61/201.47	c cleaning 26000 clauses out of 52015 with flag 0/368000
225.69/219.14	c cleaning 26999 clauses out of 54016 with flag 0/396001
244.05/237.09	c cleaning 28002 clauses out of 56018 with flag 0/425002
264.92/257.42	c cleaning 29000 clauses out of 58014 with flag 0/455000
286.26/278.21	c cleaning 30004 clauses out of 60017 with flag 0/486003
311.54/303.08	c cleaning 30999 clauses out of 62012 with flag 0/518002
338.96/329.96	c cleaning 31996 clauses out of 64011 with flag 0/551000
368.41/358.83	c cleaning 33002 clauses out of 66016 with flag 0/585001
393.72/383.75	c cleaning 33999 clauses out of 68014 with flag 0/620001
422.05/411.45	c cleaning 34999 clauses out of 70015 with flag 0/656001
450.25/439.21	c cleaning 36000 clauses out of 72016 with flag 0/693001
476.43/464.94	c cleaning 36998 clauses out of 74015 with flag 0/731000
501.84/489.89	c cleaning 38003 clauses out of 76018 with flag 0/770001
532.02/519.39	c cleaning 38997 clauses out of 78014 with flag 0/810000
571.31/558.12	c cleaning 40006 clauses out of 80019 with flag 0/851002
615.31/601.45	c cleaning 41002 clauses out of 82013 with flag 0/893002
657.94/643.40	c cleaning 41998 clauses out of 84010 with flag 0/936001
692.97/677.50	c cleaning 42995 clauses out of 86011 with flag 0/980000
725.68/709.90	c cleaning 44000 clauses out of 88016 with flag 0/1025000
766.74/750.67	c cleaning 45000 clauses out of 90016 with flag 0/1071000
816.14/799.71	c cleaning 46001 clauses out of 92017 with flag 0/1118001
863.22/846.05	c cleaning 47001 clauses out of 94015 with flag 0/1166000
898.12/880.33	c cleaning 47999 clauses out of 96016 with flag 0/1215002
931.43/912.93	c cleaning 49003 clauses out of 98015 with flag 0/1265000
968.37/949.08	c cleaning 50000 clauses out of 100013 with flag 0/1316001
1004.12/984.03	c cleaning 50999 clauses out of 102014 with flag 0/1368002
1042.71/1021.96	c cleaning 51998 clauses out of 104013 with flag 0/1421000
1082.72/1061.16	c cleaning 53003 clauses out of 106015 with flag 0/1475000
1117.05/1095.06	c cleaning 53998 clauses out of 108012 with flag 0/1530000
1150.69/1127.89	c cleaning 54993 clauses out of 110016 with flag 0/1586002
1187.18/1163.54	c cleaning 56002 clauses out of 112021 with flag 0/1643000
1225.38/1201.06	c cleaning 56997 clauses out of 114019 with flag 0/1701000
1264.18/1239.36	c cleaning 58007 clauses out of 116022 with flag 0/1760000
1307.26/1281.50	c cleaning 59002 clauses out of 118018 with flag 0/1820003
1347.99/1321.51	c cleaning 60000 clauses out of 120015 with flag 0/1881002
1395.46/1368.36	c cleaning 61000 clauses out of 122013 with flag 0/1943000
1439.99/1411.90	c cleaning 61999 clauses out of 124013 with flag 0/2006000
1485.03/1456.17	c cleaning 62997 clauses out of 126015 with flag 0/2070001
1533.67/1503.95	c cleaning 64003 clauses out of 128017 with flag 0/2135000
1585.13/1554.65	c cleaning 65006 clauses out of 130015 with flag 0/2201001
1641.27/1609.90	c cleaning 65995 clauses out of 132008 with flag 0/2268000
1697.32/1664.91	c cleaning 67005 clauses out of 134015 with flag 0/2336002
1761.26/1727.47	c cleaning 67999 clauses out of 136009 with flag 0/2405001
1816.57/1780.58	c cleaning 68999 clauses out of 138010 with flag 0/2475001
1897.84/1855.73	c cleaning 69998 clauses out of 140011 with flag 0/2546001
1956.75/1913.49	c cleaning 70998 clauses out of 142012 with flag 0/2618000
2022.19/1977.87	c cleaning 71998 clauses out of 144014 with flag 0/2691000
2086.07/2040.72	c cleaning 73002 clauses out of 146017 with flag 0/2765001
2154.26/2107.99	c cleaning 73995 clauses out of 148015 with flag 0/2840001
2223.03/2175.22	c cleaning 75000 clauses out of 150019 with flag 0/2916000
2287.23/2238.79	c cleaning 76001 clauses out of 152019 with flag 0/2993000
2361.42/2311.75	c cleaning 76997 clauses out of 154018 with flag 0/3071000
2439.32/2389.44	c cleaning 78004 clauses out of 156022 with flag 0/3150001
2514.89/2463.53	c cleaning 79002 clauses out of 158021 with flag 0/3230004
2594.36/2541.74	c cleaning 79999 clauses out of 160016 with flag 0/3311001
2679.24/2625.33	c cleaning 81001 clauses out of 162017 with flag 0/3393001
2763.70/2708.51	c cleaning 81998 clauses out of 164015 with flag 0/3476000
2848.93/2792.22	c cleaning 83000 clauses out of 166017 with flag 0/3560000
2929.37/2871.81	c cleaning 84004 clauses out of 168017 with flag 0/3645000
3019.23/2960.64	c cleaning 85001 clauses out of 170013 with flag 0/3731000
3114.36/3054.27	c cleaning 85997 clauses out of 172012 with flag 0/3818000
3216.07/3154.22	c cleaning 87004 clauses out of 174017 with flag 0/3906002
3290.15/3226.98	c cleaning 88000 clauses out of 176012 with flag 0/3995001
3374.86/3310.45	c cleaning 88999 clauses out of 178011 with flag 0/4085000
3452.98/3386.79	c cleaning 90000 clauses out of 180012 with flag 0/4176000
3544.16/3476.81	c cleaning 91001 clauses out of 182013 with flag 0/4268001
3600.01/3531.62	c starts		: 1
3600.01/3531.62	c conflicts		: 4332930
3600.01/3531.63	c decisions		: 5025389
3600.01/3531.63	c propagations		: 1214548214
3600.01/3531.63	c inspects		: 17570823747
3600.01/3531.63	c shortcuts		: 0
3600.01/3531.63	c learnt literals	: 0
3600.01/3531.63	c learnt binary clauses	: 0
3600.01/3531.63	c learnt ternary clauses	: 2402
3600.01/3531.63	c learnt constraints	: 4332929
3600.01/3531.63	c ignored constraints	: 0
3600.01/3531.63	c root simplifications	: 0
3600.01/3531.63	c removed literals (reason simplification)	: 0
3600.01/3531.63	c reason swapping (by a shorter reason)	: 0
3600.01/3531.63	c timeout
3600.01/3531.63	c Calls to reduceDB	: 88
3600.01/3531.63	c Number of update (reduction) of LBD	: 6120043
3600.01/3531.63	c Imported unit clauses	: 0
3600.01/3531.63	c No decision after first conflict	: false
3600.01/3531.63	c number of reductions to clauses (during analyze)	: 0
3600.01/3531.63	c number of learned constraints concerned by reduction	: 0
3600.01/3531.63	c number of learning phase by resolution	: 0
3600.01/3531.63	c number of learning phase by cutting planes	: 0
3600.01/3531.63	c number of rounding to 1 operations	: 0
3600.01/3531.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3531.64	c number of reductions of the coefficients by power 2 	: 0
3600.01/3531.64	c number of right shift for reduction by power 2 	: 0
3600.01/3531.64	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3531.64	c number of ending skipping 	: 0
3600.01/3531.64	c number of internal skipping 	: 0
3600.01/3531.64	c number of derivation steps 	: 178694888
3600.01/3531.64	c number of skipped derivation steps 	: 0
3600.01/3531.64	c number of remaining unassigned 	: 0
3600.01/3531.64	c number of remaining assigned 	: 0
3600.01/3531.64	c number of falsified literals weakened from reason	: 0
3600.01/3531.64	c number of falsified literals weakened from conflict	: 0
3600.01/3531.64	c time for arithmetic operations	: 0
3600.01/3531.64	c minimum degree of deleted constraints	: 1
3600.01/3531.64	c maximum degree of deleted constraints	: 1
3600.01/3531.64	c number of deleted constraints	: 4176989
3600.01/3531.64	c speed (assignments/second)	: 343989.1281659126
3600.01/3531.64	c non guided choices	: 21524
3600.18/3531.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 155940
3600.18/3531.78	s UNKNOWN
3600.18/3531.78	c Total wall clock time (in seconds): 3531.309

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63263 MiB free)
  memory of node 1: 64465 MiB (63430 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=26523, runsolver pid=26514

[startup+0.10007 s]*
/proc/loadavg: 0.77 1.22 2.31 12/310 26592
/proc/meminfo: memFree=129659680/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=18864664 memory=44856 CPUtime=0.08 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 5248 0 100 0 4 4 0 0 20 0 18 0 36244053 19317415936 11214 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4716166 11214 4847 1 0 546619 0
[pid=26523/tid=26533] ppid=26514 vsize=18864664 memory=4026532124 CPUtime=0.04 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) S 26514 26523 26462 0 -1 4194368 4423 0 100 0 2 2 0 0 20 0 18 0 36244057 19317415936 11214 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=18864664 memory=2622 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244062 19317415936 11214 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=18930200 memory=55195547730935 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (java) R 26514 26523 26462 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 18 0 36244064 19384524800 11214 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18864664 KiB
Current children cumulated memory: 44856 KiB

[startup+0.215165 s]*
/proc/loadavg: 0.77 1.22 2.31 7/318 26600
/proc/meminfo: memFree=129647068/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=18930384 memory=51972 CPUtime=0.23 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 6026 0 100 0 19 4 0 0 20 0 18 0 36244053 19384713216 12993 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4732596 12993 5359 1 0 547260 0
[pid=26523/tid=26533] ppid=26514 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 4833 0 100 0 12 3 0 0 20 0 18 0 36244057 19384713216 12993 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=18930384 memory=2622 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244062 19384713216 12993 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=18930384 memory=55195547730935 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36244064 19384713216 12993 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51972 KiB

[startup+0.313719 s]*
/proc/loadavg: 0.77 1.22 2.31 11/318 26600
/proc/meminfo: memFree=129634772/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=18930384 memory=60100 CPUtime=0.39 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 6518 0 100 0 34 5 0 0 20 0 18 0 36244053 19384713216 15025 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4732596 15025 5359 1 0 547642 0
[pid=26523/tid=26533] ppid=26514 vsize=18930384 memory=-6000919481363555949 CPUtime=0.23 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 5003 0 100 0 20 3 0 0 20 0 18 0 36244057 19384713216 15025 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244062 19384713216 15025 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36244064 19384713216 15025 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60100 KiB

[startup+0.700299 s]
/proc/loadavg: 0.77 1.22 2.31 13/318 26600
/proc/meminfo: memFree=129624312/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=18930384 memory=134516 CPUtime=1.07 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 7183 0 100 0 98 9 0 0 20 0 18 0 36244053 19384713216 33629 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4732596 33629 5423 1 0 548042 0
[pid=26523/tid=26533] ppid=26514 vsize=18930384 memory=17792 CPUtime=0.56 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 5329 0 100 0 49 7 0 0 20 0 18 0 36244057 19384713216 33629 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=18930384 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36244062 19384713216 33629 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=18930384 memory=3328 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 36244064 19384713216 33629 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 134516 KiB

[startup+1.50025 s]
/proc/loadavg: 0.77 1.22 2.31 10/325 26607
/proc/meminfo: memFree=128951032/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=218460 CPUtime=2.64 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 17405 0 100 0 249 15 0 0 20 0 20 0 36244053 19521036288 54615 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 54615 5487 1 0 554036 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=3328 CPUtime=1.2 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 5736 0 100 0 111 9 0 0 20 0 20 0 36244057 19521036288 54615 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 54615 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 54615 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 54615 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 218460 KiB

[startup+3.10482 s]
/proc/loadavg: 1.59 1.39 2.35 6/299 26621
/proc/meminfo: memFree=127491640/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=883172 CPUtime=5.4 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 23657 0 100 0 508 32 0 0 20 0 20 0 36244053 19521036288 220281 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 220793 5487 1 0 554397 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=14352 CPUtime=2.76 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 6621 0 100 0 251 25 0 0 20 0 20 0 36244057 19521036288 220793 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 220793 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 220793 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 220793 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 5.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 883172 KiB

[startup+6.30036 s]
/proc/loadavg: 1.59 1.39 2.35 8/327 26743
/proc/meminfo: memFree=126785372/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=1320360 CPUtime=9.17 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 25805 0 101 0 873 44 0 0 20 0 20 0 36244053 19521036288 330090 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 330090 5487 1 0 554441 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=0 CPUtime=5.88 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 7649 0 100 0 553 35 0 0 20 0 20 0 36244057 19521036288 330090 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 330090 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 330090 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=219228 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 330090 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 9.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1320360 KiB

[startup+12.7004 s]
/proc/loadavg: 1.95 1.46 2.37 6/327 26743
/proc/meminfo: memFree=124546740/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=1322536 CPUtime=16.1 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 27302 0 101 0 1564 46 0 0 20 0 20 0 36244053 19521036288 330634 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 330634 5487 1 0 554441 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=219228 CPUtime=12.17 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 8491 0 100 0 1180 37 0 0 20 0 20 0 36244057 19521036288 330634 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=1322536 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 330634 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 330634 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 330634 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 16.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322536 KiB

[startup+25.5004 s]
/proc/loadavg: 2.85 1.69 2.43 6/328 26756
/proc/meminfo: memFree=118878440/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=1745416 CPUtime=28.85 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 30353 0 101 0 2828 57 0 0 20 0 20 0 36244053 19521036288 436354 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 436354 5487 1 0 660967 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=1322536 CPUtime=24.58 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 10174 0 100 0 2412 46 0 0 20 0 20 0 36244057 19521036288 436354 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 436354 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 436354 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 436354 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 28.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1745416 KiB

[startup+51.1142 s]
/proc/loadavg: 3.58 1.95 2.50 5/332 26760
/proc/meminfo: memFree=116722996/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=2252788 CPUtime=54.55 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 36413 0 101 0 5380 75 0 0 20 0 20 0 36244053 19521036288 563197 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 563197 5519 1 0 788391 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=1769332 CPUtime=49.48 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 12324 0 100 0 4887 61 0 0 20 0 20 0 36244057 19521036288 563197 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=1749724 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 563197 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 563197 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0

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

/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 1474 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 3224.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3233616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.37 4.25 4.19 5/332 27271
/proc/meminfo: memFree=108370604/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=3233616 CPUtime=3285.44 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 157254 0 101 0 327755 789 0 0 20 0 20 0 36244053 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 808404 5519 1 0 820974 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=1745416 CPUtime=3139.52 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 73543 0 100 0 313396 556 0 0 20 0 20 0 36244057 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 1474 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 3285.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3233616 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.25 4.19 5/332 27273
/proc/meminfo: memFree=108291268/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=3233616 CPUtime=3346.44 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 159909 0 101 0 333840 804 0 0 20 0 20 0 36244053 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 808404 5519 1 0 820974 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=1745416 CPUtime=3198.01 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 74857 0 100 0 319234 567 0 0 20 0 20 0 36244057 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 1527 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=26356 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 3346.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3233616 KiB

[startup+3342.3 s]
/proc/loadavg: 4.31 4.25 4.19 5/332 27277
/proc/meminfo: memFree=108211912/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=3233616 CPUtime=3407.17 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 161860 0 101 0 339898 819 0 0 20 0 20 0 36244053 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 808404 5519 1 0 820974 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=1745416 CPUtime=3256.28 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 75550 0 100 0 325050 578 0 0 20 0 20 0 36244057 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 1580 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 3407.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3233616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.35 4.27 4.20 5/332 27279
/proc/meminfo: memFree=108152292/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=3233616 CPUtime=3468.65 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 165441 0 101 0 346035 830 0 0 20 0 20 0 36244053 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 808404 5519 1 0 820974 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=1745416 CPUtime=3314.98 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 76017 0 100 0 330912 586 0 0 20 0 20 0 36244057 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 1584 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 3468.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3233616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.31 4.28 4.20 5/331 27282
/proc/meminfo: memFree=108089476/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=3233616 CPUtime=3529.57 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 165811 0 101 0 352117 840 0 0 20 0 20 0 36244053 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 808404 5519 1 0 820974 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=1745416 CPUtime=3373.64 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 76282 0 100 0 336772 592 0 0 20 0 20 0 36244057 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 1584 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 3529.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3233616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.29 4.21 5/331 27285
/proc/meminfo: memFree=108017536/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=3233616 CPUtime=3590.6 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 168446 0 101 0 358210 850 0 0 20 0 20 0 36244053 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 808404 5519 1 0 820974 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=1745416 CPUtime=3432.05 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 77599 0 100 0 342607 598 0 0 20 0 20 0 36244057 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=3233616 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 1584 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=14352 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 3590.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3233616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3531.6 s]
/proc/loadavg: 4.40 4.30 4.21 5/330 27351
/proc/meminfo: memFree=109068072/131382116 swapFree=33010684/33010684
[pid=26523] ppid=26514 vsize=19063512 memory=3233616 CPUtime=3600.01 cores=0,2
/proc/26523/stat : 26523 (java) S 26514 26523 26462 0 -1 4194304 168587 0 101 0 359150 851 0 0 20 0 20 0 36244053 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
/proc/26523/statm: 4765878 808404 5519 1 0 820974 0
[pid=26523/tid=26533] ppid=26514 vsize=19063512 memory=4764 CPUtime=3441.16 cores=0,2
/proc/26523/task/26533/stat : 26533 (java) R 26514 26523 26462 0 -1 4194368 77727 0 100 0 343518 598 0 0 20 0 20 0 36244057 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26570] ppid=26514 vsize=19063512 memory=2888 CPUtime=0 cores=0,2
/proc/26523/task/26570/stat : 26570 (Finalizer) S 26514 26523 26462 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36244062 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26599] ppid=26514 vsize=19063512 memory=19712 CPUtime=0 cores=0,2
/proc/26523/task/26599/stat : 26599 (Common-Cleaner) S 26514 26523 26462 0 -1 4194368 1584 0 0 0 0 0 0 0 20 0 20 0 36244064 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
[pid=26523/tid=26606] ppid=26514 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/26523/task/26606/stat : 26606 (Timer-0) S 26514 26523 26462 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36244140 19521036288 808404 18446744073709551615 94643042070528 94643042074224 140736460558304 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94643042082040 94643042082832 94643074093056 140736460564781 140736460564966 140736460564966 140736460570568 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3233616 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.74 s, system=8.54749 s

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

[startup+3531.8 s]*
/proc/loadavg: 4.40 4.30 4.21 7/312 27354
/proc/meminfo: memFree=112172856/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3531.82
CPU time (s): 3600.29
CPU user time (s): 3591.74
CPU system time (s): 8.54749
CPU usage (%): 101.939
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3650160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.74
system time used= 8.54749
maximum resident set size= 3650160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171137
page faults= 101
swaps= 0
block input operations= 24
block output operations= 3243304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137401
involuntary context switches= 17414


# summary of solver processes directly reported to runsolver:
#   pid: 26523
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3591.74
#   total CPU system time (s): 8.54749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0176 second user time and 38.929 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 16:00:46
IDJOB=4510803
IDBENCH=160386
IDSOLVER=3362
FILE ID=nodeC010/4510803-1751205646
RUNJOBID= nodeC010-1751205646-26472
SLURM_JOB_ID= 9587628
Free space on /tmp= 432692 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l060-r059-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510803-1751205646/watcher-4510803-1751205646 -o /tmp/evaluation-result-4510803-1751205646/solver-4510803-1751205646 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751205646-26472 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510803-1751205646 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4510803-1751205646.opb

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

MD5SUM BENCH= dcac64736f2fac2889802971ff74db2d
RANDOM SEED=605999158

nodeC010 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	: 0xb00001f
cpu MHz		: 1197.519
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 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.147
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 pti 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	: 6983.36
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		: 1197.302
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 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129734464 kB
MemAvailable:   129897228 kB
Buffers:            3280 kB
Cached:           972968 kB
SwapCached:            0 kB
Active:           356388 kB
Inactive:         681112 kB
Active(anon):      79212 kB
Inactive(anon):        0 kB
Active(file):     277176 kB
Inactive(file):   681112 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3248 kB
Writeback:             0 kB
AnonPages:         64648 kB
Mapped:           103080 kB
Shmem:             17960 kB
KReclaimable:      88208 kB
Slab:             167980 kB
SReclaimable:      88208 kB
SUnreclaim:        79772 kB
KernelStack:        3700 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432672 MiB
End job on nodeC010 at 2025-06-29 16:59:39