Trace number 4503212

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 Resolution 2025-06-06? (TO) 3600.19 3606.21

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
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 benchmark35.4553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4503212-1751162207.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c  no objective function found
0.13/0.19	c ... done. Wall clock time 0.054s.
0.13/0.19	c declared #vars     600
0.13/0.19	c #constraints  845
0.13/0.19	c constraints type 
0.13/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
0.13/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 675
0.13/0.19	c 845 constraints processed.
0.90/0.55	c cleaning 2497 clauses out of 5001 with flag 36638/5001
1.39/0.82	c cleaning 4250 clauses out of 8504 with flag 81680/11001
2.07/1.32	c cleaning 5619 clauses out of 11253 with flag 159046/18000
2.48/1.74	c cleaning 6809 clauses out of 13634 with flag 229684/26000
3.08/2.37	c cleaning 7905 clauses out of 15826 with flag 323671/35001
3.99/3.15	c cleaning 8956 clauses out of 17921 with flag 431255/45001
4.89/4.02	c cleaning 9970 clauses out of 19964 with flag 553693/56000
6.38/5.52	c cleaning 10986 clauses out of 21997 with flag 733276/68003
7.98/7.11	c cleaning 12000 clauses out of 24008 with flag 916682/81000
9.27/8.40	c cleaning 12999 clauses out of 26009 with flag 1079744/95001
11.07/10.21	c cleaning 13999 clauses out of 28009 with flag 1287547/110000
12.88/12.04	c cleaning 14991 clauses out of 30010 with flag 1493331/126000
15.79/14.92	c cleaning 16002 clauses out of 32021 with flag 1777954/143002
18.70/17.84	c cleaning 16998 clauses out of 34017 with flag 2053032/161000
21.60/20.75	c cleaning 18005 clauses out of 36021 with flag 2337894/180002
24.80/23.97	c cleaning 18996 clauses out of 38014 with flag 2632599/200000
28.09/27.26	c cleaning 20000 clauses out of 40018 with flag 2935039/221000
31.59/30.74	c cleaning 20992 clauses out of 42018 with flag 3249914/243000
36.08/35.25	c cleaning 22007 clauses out of 44028 with flag 3627884/266002
40.47/39.68	c cleaning 22995 clauses out of 46020 with flag 4003499/290001
45.66/44.88	c cleaning 24007 clauses out of 48027 with flag 4417570/315003
51.54/50.79	c cleaning 24997 clauses out of 50017 with flag 4859654/341000
57.23/56.49	c cleaning 26004 clauses out of 52021 with flag 5278649/368001
64.42/63.61	c cleaning 27004 clauses out of 54016 with flag 5760915/396000
72.00/71.21	c cleaning 27988 clauses out of 56013 with flag 6274798/425001
79.08/78.33	c cleaning 28998 clauses out of 58025 with flag 6758016/455001
86.06/85.38	c cleaning 29993 clauses out of 60027 with flag 7227215/486001
95.04/94.39	c cleaning 31005 clauses out of 62033 with flag 7752978/518000
102.82/102.12	c cleaning 32006 clauses out of 64028 with flag 8253696/551000
112.33/111.61	c cleaning 33001 clauses out of 66022 with flag 8805806/585000
121.81/121.18	c cleaning 34002 clauses out of 68023 with flag 9344161/620002
132.28/131.67	c cleaning 35003 clauses out of 70020 with flag 9933218/656001
144.25/143.62	c cleaning 35991 clauses out of 72016 with flag 10548912/693000
155.42/154.83	c cleaning 36998 clauses out of 74025 with flag 11143199/731000
167.43/166.86	c cleaning 38008 clauses out of 76029 with flag 11779661/770002
179.80/179.25	c cleaning 38995 clauses out of 78020 with flag 12421040/810001
194.27/193.73	c cleaning 40000 clauses out of 80025 with flag 13111732/851001
209.03/208.58	c cleaning 40999 clauses out of 82024 with flag 13797531/893000
223.84/223.34	c cleaning 42010 clauses out of 84025 with flag 14515198/936000
241.29/240.85	c cleaning 42992 clauses out of 86015 with flag 15278559/980000
259.65/259.27	c cleaning 44000 clauses out of 88024 with flag 16066801/1025001
277.01/276.64	c cleaning 45006 clauses out of 90025 with flag 16855154/1071002
295.91/295.57	c cleaning 45998 clauses out of 92018 with flag 17640033/1118001
316.16/315.89	c cleaning 46999 clauses out of 94020 with flag 18487540/1166001
337.92/337.63	c cleaning 47998 clauses out of 96020 with flag 19339838/1215000
357.96/357.73	c cleaning 49001 clauses out of 98022 with flag 20141269/1265000
382.35/382.16	c cleaning 50007 clauses out of 100023 with flag 21055662/1316002
407.20/407.05	c cleaning 50994 clauses out of 102015 with flag 21948940/1368001
432.54/432.40	c cleaning 52005 clauses out of 104023 with flag 22870102/1421003
459.33/459.20	c cleaning 53002 clauses out of 106015 with flag 23791548/1475000
486.48/486.44	c cleaning 54005 clauses out of 108013 with flag 24718013/1530000
518.51/518.58	c cleaning 54989 clauses out of 110010 with flag 25717709/1586002
546.89/546.97	c cleaning 56000 clauses out of 112020 with flag 26651766/1643001
574.81/574.90	c cleaning 56994 clauses out of 114019 with flag 27596944/1701000
609.84/610.07	c cleaning 58004 clauses out of 116026 with flag 28638302/1760001
641.81/642.05	c cleaning 58998 clauses out of 118023 with flag 29647741/1820002
676.22/676.53	c cleaning 59999 clauses out of 120023 with flag 30676381/1881000
709.66/710.05	c cleaning 61002 clauses out of 122024 with flag 31727303/1943000
745.02/745.41	c cleaning 62005 clauses out of 124022 with flag 32781679/2006000
784.24/784.75	c cleaning 62997 clauses out of 126017 with flag 33858930/2070000
828.25/828.84	c cleaning 64002 clauses out of 128021 with flag 35028126/2135001
868.61/869.28	c cleaning 64998 clauses out of 130018 with flag 36146319/2201000
909.53/910.22	c cleaning 65997 clauses out of 132020 with flag 37258092/2268000
957.14/957.98	c cleaning 67000 clauses out of 134023 with flag 38457163/2336000
996.48/997.38	c cleaning 68000 clauses out of 136023 with flag 39529785/2405000
1046.57/1047.56	c cleaning 69003 clauses out of 138024 with flag 40733583/2475001
1096.77/1097.81	c cleaning 70000 clauses out of 140020 with flag 41927140/2546000
1146.91/1148.02	c cleaning 71001 clauses out of 142023 with flag 43163182/2618003
1197.70/1198.90	c cleaning 72001 clauses out of 144019 with flag 44372677/2691000
1252.59/1253.91	c cleaning 73003 clauses out of 146022 with flag 45647203/2765004
1307.38/1308.86	c cleaning 73996 clauses out of 148016 with flag 46903253/2840001
1366.94/1368.58	c cleaning 74997 clauses out of 150022 with flag 48191682/2916003
1432.79/1434.50	c cleaning 75992 clauses out of 152024 with flag 49556138/2993002
1492.01/1493.84	c cleaning 76997 clauses out of 154030 with flag 50888569/3071000
1557.28/1559.28	c cleaning 78005 clauses out of 156036 with flag 52257171/3150003
1625.83/1627.91	c cleaning 79006 clauses out of 158029 with flag 53615184/3230001
1696.99/1699.29	c cleaning 80003 clauses out of 160022 with flag 55008083/3311000
1766.01/1768.35	c cleaning 81006 clauses out of 162019 with flag 56400195/3393000
1839.76/1842.27	c cleaning 82003 clauses out of 164015 with flag 57823374/3476002
1912.61/1915.20	c cleaning 82995 clauses out of 166011 with flag 59266325/3560001
1989.14/1991.94	c cleaning 84001 clauses out of 168017 with flag 60706609/3645002
2064.99/2067.92	c cleaning 84998 clauses out of 170014 with flag 62183007/3731000
2141.33/2144.43	c cleaning 85997 clauses out of 172016 with flag 63635529/3818000
2222.31/2225.52	c cleaning 87001 clauses out of 174020 with flag 65135580/3906001
2299.54/2302.93	c cleaning 88004 clauses out of 176018 with flag 66602872/3995000
2387.54/2391.16	c cleaning 88999 clauses out of 178014 with flag 68121378/4085000
2479.61/2483.48	c cleaning 89995 clauses out of 180015 with flag 69632961/4176000
2571.70/2575.70	c cleaning 91005 clauses out of 182021 with flag 71129903/4268001
2671.06/2675.31	c cleaning 92007 clauses out of 184015 with flag 72725061/4361000
2768.51/2772.97	c cleaning 92994 clauses out of 186009 with flag 74261942/4455001
2862.83/2867.43	c cleaning 93997 clauses out of 188014 with flag 75836007/4550000
2967.02/2971.84	c cleaning 95005 clauses out of 190017 with flag 77434150/4646000
3069.01/3074.05	c cleaning 95993 clauses out of 192012 with flag 78997786/4743000
3176.08/3181.36	c cleaning 96997 clauses out of 194020 with flag 80588368/4841001
3279.86/3285.22	c cleaning 98005 clauses out of 196023 with flag 82177004/4940001
3388.24/3393.83	c cleaning 98992 clauses out of 198017 with flag 83765157/5040000
3499.37/3505.24	c cleaning 100007 clauses out of 200025 with flag 85404631/5141000
3600.03/3606.12	c timeout
3600.03/3606.12	c starts		: 15592
3600.03/3606.13	c conflicts		: 5235753
3600.03/3606.13	c decisions		: 7838185
3600.03/3606.13	c propagations		: 365199067
3600.03/3606.13	c inspects		: 47712320828
3600.03/3606.13	c shortcuts		: 0
3600.03/3606.13	c learnt literals	: 0
3600.03/3606.13	c learnt binary clauses	: 0
3600.03/3606.13	c learnt ternary clauses	: 0
3600.03/3606.13	c learnt constraints	: 5235753
3600.03/3606.13	c ignored constraints	: 0
3600.03/3606.13	c root simplifications	: 0
3600.03/3606.13	c removed literals (reason simplification)	: 23968208
3600.03/3606.13	c reason swapping (by a shorter reason)	: 0
3600.03/3606.13	c Calls to reduceDB	: 97
3600.03/3606.13	c Number of update (reduction) of LBD	: 2071422
3600.03/3606.13	c Imported unit clauses	: 0
3600.03/3606.13	c No decision after first conflict	: false
3600.03/3606.13	c number of reductions to clauses (during analyze)	: 0
3600.03/3606.13	c number of learned constraints concerned by reduction	: 0
3600.03/3606.13	c number of learning phase by resolution	: 0
3600.03/3606.13	c number of learning phase by cutting planes	: 0
3600.03/3606.13	c number of rounding to 1 operations	: 0
3600.03/3606.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3606.13	c number of reductions of the coefficients by power 2 	: 0
3600.03/3606.13	c number of right shift for reduction by power 2 	: 0
3600.03/3606.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3606.13	c number of ending skipping 	: 0
3600.03/3606.13	c number of internal skipping 	: 0
3600.03/3606.13	c number of derivation steps 	: 0
3600.03/3606.13	c number of skipped derivation steps 	: 0
3600.03/3606.13	c number of remaining unassigned 	: 0
3600.03/3606.13	c number of remaining assigned 	: 0
3600.03/3606.13	c number of falsified literals weakened from reason	: 0
3600.03/3606.13	c number of falsified literals weakened from conflict	: 0
3600.03/3606.13	c time for arithmetic operations	: 0
3600.03/3606.13	c minimum degree of deleted constraints	: null
3600.03/3606.13	c maximum degree of deleted constraints	: null
3600.03/3606.13	c number of deleted constraints	: 0
3600.03/3606.13	c speed (assignments/second)	: 101277.10618510186
3600.03/3606.13	c non guided choices	: 818
3600.03/3606.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 194771
3600.03/3606.19	s UNKNOWN
3600.03/3606.19	c Total wall clock time (in seconds): 3606.058

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503212-1751162207/watcher-4503212-1751162207 -o /tmp/evaluation-result-4503212-1751162207/solver-4503212-1751162207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20469 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4503212-1751162207.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el
Current StackSize limit: 8192 KiB

solver pid=23135, runsolver pid=23132

[startup+0.100059 s]*
/proc/loadavg: 4.37 4.19 4.12 7/339 23153
/proc/meminfo: memFree=125444132/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=18930384 memory=57768 CPUtime=0.13 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 6578 0 0 0 11 2 0 0 20 0 18 0 31898408 19384713216 14442 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4732596 14442 5340 1 0 547620 0
[pid=23135/tid=23137] ppid=23132 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 5070 0 0 0 6 1 0 0 20 0 18 0 31898410 19384713216 14442 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31898412 19384713216 14442 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=18930384 memory=59585004307076 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31898412 19384713216 14442 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57768 KiB

[startup+0.205635 s]*
/proc/loadavg: 4.37 4.19 4.12 9/340 23154
/proc/meminfo: memFree=125435700/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=18996948 memory=64264 CPUtime=0.32 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 7093 0 0 0 30 2 0 0 20 0 19 0 31898408 19452874752 16066 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4749237 16066 5436 1 0 548245 0
[pid=23135/tid=23137] ppid=23132 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 5301 0 0 0 15 1 0 0 20 0 19 0 31898410 19452874752 16066 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=18996948 memory=15140 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 16066 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 16066 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (java) R 23132 23135 20457 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 31898428 19452874752 16066 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64264 KiB

[startup+0.305774 s]*
/proc/loadavg: 4.37 4.19 4.12 7/340 23154
/proc/meminfo: memFree=125431604/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=18996948 memory=67608 CPUtime=0.51 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 8679 0 0 0 49 2 0 0 20 0 19 0 31898408 19452874752 16902 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4749237 16902 5436 1 0 548978 0
[pid=23135/tid=23137] ppid=23132 vsize=18996948 memory=-6000919498510133613 CPUtime=0.25 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 5313 0 0 0 24 1 0 0 20 0 19 0 31898410 19452874752 16902 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 16902 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 16902 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31898428 19452874752 16902 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67608 KiB

[startup+0.700205 s]
/proc/loadavg: 4.37 4.19 4.12 7/340 23154
/proc/meminfo: memFree=125411632/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=18996948 memory=84212 CPUtime=1.27 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 12773 0 0 0 123 4 0 0 20 0 19 0 31898408 19452874752 21053 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4749237 21053 5436 1 0 551524 0
[pid=23135/tid=23137] ppid=23132 vsize=18996948 memory=17536 CPUtime=0.61 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 5364 0 0 0 60 1 0 0 20 0 19 0 31898410 19452874752 21053 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 21053 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 21053 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=18996948 memory=4888 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31898428 19452874752 21053 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 84212 KiB

[startup+1.50018 s]
/proc/loadavg: 4.37 4.19 4.12 5/340 23154
/proc/meminfo: memFree=125397352/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=18996948 memory=88568 CPUtime=2.28 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 16046 0 0 0 224 4 0 0 20 0 19 0 31898408 19452874752 22142 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4749237 22142 5436 1 0 551530 0
[pid=23135/tid=23137] ppid=23132 vsize=18996948 memory=0 CPUtime=1.42 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 5745 0 0 0 140 2 0 0 20 0 19 0 31898410 19452874752 22142 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 22142 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 22142 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=18996948 memory=4888 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31898428 19452874752 22142 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88568 KiB

[startup+3.10466 s]
/proc/loadavg: 4.37 4.19 4.12 5/340 23154
/proc/meminfo: memFree=125360684/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=18996948 memory=98936 CPUtime=3.99 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 17073 0 0 0 394 5 0 0 20 0 19 0 31898408 19452874752 24734 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4749237 24734 5436 1 0 551532 0
[pid=23135/tid=23137] ppid=23132 vsize=18996948 memory=10752 CPUtime=3.01 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 6025 0 0 0 299 2 0 0 20 0 19 0 31898410 19452874752 24734 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=18996948 memory=-6000919498510133613 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 24734 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 24734 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31898428 19452874752 24734 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3.99 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98936 KiB

[startup+6.30013 s]
/proc/loadavg: 4.34 4.19 4.12 5/341 23155
/proc/meminfo: memFree=125332012/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=18996948 memory=111084 CPUtime=7.18 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 18043 0 0 0 713 5 0 0 20 0 19 0 31898408 19452874752 27771 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4749237 27771 5436 1 0 551532 0
[pid=23135/tid=23137] ppid=23132 vsize=18996948 memory=0 CPUtime=6.2 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 6582 0 0 0 618 2 0 0 20 0 19 0 31898410 19452874752 27771 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 27771 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 27771 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=18996948 memory=90744 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31898428 19452874752 27771 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 7.18 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111084 KiB

[startup+12.7001 s]
/proc/loadavg: 4.31 4.19 4.11 5/341 23155
/proc/meminfo: memFree=125307484/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=18996948 memory=133612 CPUtime=13.6 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 20940 0 0 0 1354 6 0 0 20 0 19 0 31898408 19452874752 33403 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4749237 33403 5436 1 0 551532 0
[pid=23135/tid=23137] ppid=23132 vsize=18996948 memory=90744 CPUtime=12.59 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 7157 0 0 0 1256 3 0 0 20 0 19 0 31898410 19452874752 33403 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=18996948 memory=131564 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 33403 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31898412 19452874752 33403 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 31898428 19452874752 33403 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 13.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 133612 KiB

[startup+25.5002 s]
/proc/loadavg: 4.24 4.18 4.11 5/342 23156
/proc/meminfo: memFree=125200988/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=173120 CPUtime=26.4 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 23791 0 0 0 2633 7 0 0 20 0 20 0 31898408 19521036288 43280 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 43280 5468 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=131564 CPUtime=25.34 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 7891 0 0 0 2531 3 0 0 20 0 20 0 31898410 19521036288 43280 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 43280 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=-6000919498510133613 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 43280 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 43280 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 26.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173120 KiB

[startup+51.1056 s]
/proc/loadavg: 4.23 4.18 4.11 5/340 23224
/proc/meminfo: memFree=126983040/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=173248 CPUtime=51.95 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 23850 0 0 0 5188 7 0 0 20 0 20 0 31898408 19521036288 43312 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 43312 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=173120 CPUtime=50.88 cores=1,3

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

/proc/meminfo: memFree=120675432/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3276.97 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 39695 0 0 0 327592 105 0 0 20 0 20 0 31898408 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 304351 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=-6000919498510133613 CPUtime=3273.1 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 15621 0 0 0 327304 6 0 0 20 0 20 0 31898410 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=1112944 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=1112944 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 587 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3276.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217404 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.18 4.13 5/339 23602
/proc/meminfo: memFree=120675332/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3336.85 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 40189 0 0 0 333579 106 0 0 20 0 20 0 31898408 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 304351 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3332.96 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 16064 0 0 0 333290 6 0 0 20 0 20 0 31898410 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 587 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3336.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217404 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.16 4.12 5/341 23608
/proc/meminfo: memFree=120555772/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3396.72 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 40535 0 0 0 339565 107 0 0 20 0 20 0 31898408 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 304351 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3392.81 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 16283 0 0 0 339275 6 0 0 20 0 20 0 31898410 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=279721019908880 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 684 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3396.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217404 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.14 4.12 5/341 23614
/proc/meminfo: memFree=120561284/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3456.57 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 40592 0 0 0 345549 108 0 0 20 0 20 0 31898408 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 304351 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3452.65 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 16310 0 0 0 345259 6 0 0 20 0 20 0 31898410 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 684 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3456.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217404 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.13 4.11 5/341 23616
/proc/meminfo: memFree=120556792/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3516.43 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 40650 0 0 0 351534 109 0 0 20 0 20 0 31898408 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 304351 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=14592 CPUtime=3512.48 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 16339 0 0 0 351242 6 0 0 20 0 20 0 31898410 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 684 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3516.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217404 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.12 4.10 5/341 23619
/proc/meminfo: memFree=120556664/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3576.29 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 40995 0 0 0 357518 111 0 0 20 0 20 0 31898408 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 304351 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3572.31 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 16655 0 0 0 357225 6 0 0 20 0 20 0 31898410 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=17536 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 684 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=14592 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3576.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.11 s]
/proc/loadavg: 4.04 4.11 4.10 5/341 23620
/proc/meminfo: memFree=120556680/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3600.03 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 41200 0 0 0 359892 111 0 0 20 0 20 0 31898408 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 304351 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=1112944 CPUtime=3596.05 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 16825 0 0 0 359599 6 0 0 20 0 20 0 31898410 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=1112944 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 684 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217404 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.06 s, system=1.126 s

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

[startup+3606.11 s]
/proc/loadavg: 4.04 4.11 4.10 5/341 23620
/proc/meminfo: memFree=120556680/131249996 swapFree=33010684/33010684
[pid=23135] ppid=23132 vsize=19063512 memory=1217404 CPUtime=3600.03 cores=1,3
/proc/23135/stat : 23135 (java) S 23132 23135 20457 0 -1 4194304 41200 0 0 0 359892 111 0 0 20 0 20 0 31898408 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
/proc/23135/statm: 4765878 304351 5500 1 0 551821 0
[pid=23135/tid=23137] ppid=23132 vsize=19063512 memory=1112944 CPUtime=3596.05 cores=1,3
/proc/23135/task/23137/stat : 23137 (java) R 23132 23135 20457 0 -1 4194368 16825 0 0 0 359599 6 0 0 20 0 20 0 31898410 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23146] ppid=23132 vsize=19063512 memory=1112944 CPUtime=0 cores=1,3
/proc/23135/task/23146/stat : 23146 (Finalizer) S 23132 23135 20457 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23153] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23153/stat : 23153 (Common-Cleaner) S 23132 23135 20457 0 -1 4194368 684 0 0 0 0 0 0 0 20 0 20 0 31898412 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
[pid=23135/tid=23154] ppid=23132 vsize=19063512 memory=1217404 CPUtime=0 cores=1,3
/proc/23135/task/23154/stat : 23154 (Timer-0) S 23132 23135 20457 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31898428 19521036288 304351 18446744073709551615 93879867043840 93879867047536 140736005360032 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93879867055352 93879867056144 93879868928000 140736005364097 140736005364198 140736005364198 140736005369800 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1217404 KiB

Child status: 143

Real time (s): 3606.21
CPU time (s): 3600.19
CPU user time (s): 3599.06
CPU system time (s): 1.126
CPU usage (%): 99.8331
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1217404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.06
system time used= 1.126
maximum resident set size= 1218428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43661
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102822
involuntary context switches= 5765


# summary of solver processes directly reported to runsolver:
#   pid: 23135
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3599.06
#   total CPU system time (s): 1.126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.73109 second user time and 17.2198 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 03:56:47
IDJOB=4503212
IDBENCH=155408
IDSOLVER=3363
FILE ID=nodeC021/4503212-1751162207
RUNJOBID= nodeC021-1751158606-20469
SLURM_JOB_ID= 9587494
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503212-1751162207/watcher-4503212-1751162207 -o /tmp/evaluation-result-4503212-1751162207/solver-4503212-1751162207 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751158606-20469 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4503212-1751162207.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=901437204

nodeC021 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		: 3599.801
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	: 6999.56
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		: 3601.005
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	: 6999.56
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		: 3384.234
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	: 6999.56
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		: 3599.782
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	: 6999.56
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		: 3599.775
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	: 6999.56
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.778
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	: 6999.56
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		: 3383.518
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	: 6999.56
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		: 3677.928
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	: 6999.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125472052 kB
MemAvailable:   125373728 kB
Buffers:            3280 kB
Cached:           711036 kB
SwapCached:            0 kB
Active:          4719564 kB
Inactive:         454540 kB
Active(anon):    4477848 kB
Inactive(anon):        0 kB
Active(file):     241716 kB
Inactive(file):   454540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               756 kB
Writeback:             0 kB
AnonPages:       4462424 kB
Mapped:           122628 kB
Shmem:             18060 kB
KReclaimable:      88920 kB
Slab:             175456 kB
SReclaimable:      88920 kB
SUnreclaim:        86536 kB
KernelStack:        5232 kB
PageTables:        12412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7063368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4208640 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC021 at 2025-06-29 04:56:54