Trace number 4440577

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.32 3613.05

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark0.826056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
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@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d 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-4440577-1721824626.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  objective function found
0.52/0.39	c ... done. Wall clock time 0.263s.
0.52/0.39	c declared #vars     9324
0.52/0.40	c #constraints  28660
0.52/0.40	c constraints type 
0.52/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15988
0.52/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 294
0.52/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1708
0.52/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10670
0.52/0.40	c 28660 constraints processed.
0.72/0.41	c objective function length is 26 literals
2.08/1.18	c cleaning 2493 clauses out of 5000 with flag 17345/5000
3.05/1.61	c cleaning 4250 clauses out of 8509 with flag 36663/11002
4.07/2.11	c cleaning 5629 clauses out of 11258 with flag 59758/18001
4.92/2.70	c cleaning 6810 clauses out of 13630 with flag 88344/26002
5.82/3.21	c cleaning 7886 clauses out of 15820 with flag 117042/35002
6.75/3.76	c cleaning 8947 clauses out of 17934 with flag 139942/45002
7.66/4.30	c cleaning 9968 clauses out of 19985 with flag 168584/56000
8.46/5.13	c cleaning 10977 clauses out of 22017 with flag 198191/68000
9.56/6.27	c cleaning 11989 clauses out of 24040 with flag 231419/81000
11.07/7.72	c cleaning 12999 clauses out of 26051 with flag 265090/95000
11.97/8.60	c cleaning 14015 clauses out of 28052 with flag 303785/110000
12.87/9.58	c cleaning 15017 clauses out of 30038 with flag 342476/126001
14.04/10.64	c cleaning 16004 clauses out of 32022 with flag 381603/143002
15.32/11.89	c cleaning 17007 clauses out of 34019 with flag 423549/161003
16.31/12.85	c cleaning 18003 clauses out of 36009 with flag 461543/180000
17.91/14.44	c cleaning 19000 clauses out of 38007 with flag 506230/200001
20.10/16.68	c cleaning 20003 clauses out of 40008 with flag 556798/221002
22.10/18.66	c cleaning 21001 clauses out of 42005 with flag 603194/243002
24.20/20.70	c cleaning 21997 clauses out of 44002 with flag 651831/266000
26.31/22.82	c cleaning 23001 clauses out of 46005 with flag 700654/290000
28.51/25.06	c cleaning 23999 clauses out of 48004 with flag 750654/315000
31.00/27.54	c cleaning 25001 clauses out of 50009 with flag 802662/341004
33.60/30.11	c cleaning 25995 clauses out of 52005 with flag 856656/368001
36.47/33.20	c cleaning 27002 clauses out of 54010 with flag 912656/396001
39.69/36.46	c cleaning 28003 clauses out of 56010 with flag 970660/425003
43.68/40.40	c cleaning 29000 clauses out of 58006 with flag 1035561/455002
47.97/44.78	c cleaning 29999 clauses out of 60008 with flag 1110519/486004
53.16/49.94	c cleaning 30998 clauses out of 62005 with flag 1187356/518000
58.15/54.98	c cleaning 32002 clauses out of 64009 with flag 1263661/551002
63.25/60.02	c cleaning 33002 clauses out of 66007 with flag 1331661/585002
69.43/66.31	c cleaning 33999 clauses out of 68005 with flag 1410592/620002
75.82/72.72	c cleaning 34999 clauses out of 70006 with flag 1487683/656002
82.91/79.81	c cleaning 36000 clauses out of 72006 with flag 1572154/693001
89.39/86.30	c cleaning 36995 clauses out of 74007 with flag 1651893/731002
96.54/93.65	c cleaning 38001 clauses out of 76012 with flag 1729893/770002
106.05/103.11	c cleaning 39005 clauses out of 78011 with flag 1809893/810002
115.83/113.00	c cleaning 39995 clauses out of 80004 with flag 1891889/851000
126.27/123.49	c cleaning 41003 clauses out of 82011 with flag 1975893/893002
136.65/133.85	c cleaning 42001 clauses out of 84008 with flag 2064153/936002
147.83/145.01	c cleaning 42997 clauses out of 86005 with flag 2173474/980000
159.78/157.07	c cleaning 44001 clauses out of 88008 with flag 2286543/1025000
171.67/168.91	c cleaning 45003 clauses out of 90008 with flag 2393284/1071001
186.35/183.65	c cleaning 46001 clauses out of 92006 with flag 2487553/1118002
205.20/202.51	c cleaning 46999 clauses out of 94004 with flag 2583551/1166001
219.61/217.01	c cleaning 48002 clauses out of 96005 with flag 2692825/1215001
234.28/231.73	c cleaning 48995 clauses out of 98003 with flag 2806345/1265001
250.23/247.72	c cleaning 50002 clauses out of 100008 with flag 2935749/1316001
266.42/263.96	c cleaning 50999 clauses out of 102005 with flag 3062738/1368000
283.80/281.55	c cleaning 51996 clauses out of 104006 with flag 3194421/1421000
300.68/298.41	c cleaning 53002 clauses out of 106014 with flag 3306383/1475004
323.61/321.43	c cleaning 53998 clauses out of 108008 with flag 3416895/1530000
342.59/340.43	c cleaning 55000 clauses out of 110011 with flag 3545856/1586001
366.75/364.61	c cleaning 56002 clauses out of 112012 with flag 3665721/1643002
382.90/380.84	c cleaning 57000 clauses out of 114008 with flag 3801909/1701000
403.64/401.64	c cleaning 57996 clauses out of 116008 with flag 3924917/1760000
432.73/430.80	c cleaning 58995 clauses out of 118013 with flag 4044919/1820001
464.88/463.00	c cleaning 60006 clauses out of 120018 with flag 4166919/1881001
498.82/497.06	c cleaning 60998 clauses out of 122012 with flag 4292306/1943001
528.16/526.43	c cleaning 62004 clauses out of 124013 with flag 4431450/2006000
555.51/553.96	c cleaning 63001 clauses out of 126011 with flag 4567716/2070002
593.95/592.40	c cleaning 63998 clauses out of 128011 with flag 4697718/2135003
631.33/630.00	c cleaning 65003 clauses out of 130010 with flag 4829712/2201000
667.36/666.25	c cleaning 65998 clauses out of 132010 with flag 4963718/2268003
706.48/705.66	c cleaning 67002 clauses out of 134011 with flag 5099716/2336002
746.18/745.43	c cleaning 68000 clauses out of 136009 with flag 5237716/2405002
782.60/781.93	c cleaning 68999 clauses out of 138007 with flag 5377774/2475000
808.73/808.12	c cleaning 69993 clauses out of 140010 with flag 5546092/2546002
842.26/841.79	c cleaning 71004 clauses out of 142015 with flag 5726146/2618000
873.67/873.25	c cleaning 71998 clauses out of 144011 with flag 5892174/2691000
917.95/917.67	c cleaning 73005 clauses out of 146015 with flag 6040178/2765002
970.38/970.17	c cleaning 73995 clauses out of 148008 with flag 6190174/2840000
1008.51/1008.31	c cleaning 75000 clauses out of 150014 with flag 6354011/2916001
1049.85/1049.73	c cleaning 76003 clauses out of 152015 with flag 6534953/2993002
1107.64/1107.65	c cleaning 77004 clauses out of 154011 with flag 6704661/3071001
1158.23/1158.30	c cleaning 77999 clauses out of 156008 with flag 6879431/3150002
1222.78/1223.01	c cleaning 78996 clauses out of 158008 with flag 7039432/3230001
1302.68/1303.19	c cleaning 80003 clauses out of 160011 with flag 7201435/3311000
1358.51/1359.06	c cleaning 81002 clauses out of 162009 with flag 7400267/3393001
1413.77/1414.60	c cleaning 82003 clauses out of 164010 with flag 7576582/3476004
1474.96/1476.19	c cleaning 82996 clauses out of 166004 with flag 7765976/3560001
1566.47/1568.18	c cleaning 83996 clauses out of 168008 with flag 7935976/3645001
1636.24/1638.16	c cleaning 85001 clauses out of 170012 with flag 8131858/3731001
1688.42/1690.54	c cleaning 85999 clauses out of 172010 with flag 8345333/3818000
1749.84/1752.19	c cleaning 87003 clauses out of 174012 with flag 8531074/3906001
1841.83/1844.33	c cleaning 88004 clauses out of 176010 with flag 8709076/3995002
1928.43/1931.13	c cleaning 88993 clauses out of 178004 with flag 8889072/4085000
2027.81/2030.89	c cleaning 90000 clauses out of 180011 with flag 9071072/4176000
2119.97/2123.16	c cleaning 91001 clauses out of 182015 with flag 9256125/4268004
2201.16/2204.42	c cleaning 92001 clauses out of 184011 with flag 9474010/4361001
2268.98/2272.47	c cleaning 93003 clauses out of 186011 with flag 9688275/4455002
2343.34/2347.15	c cleaning 93993 clauses out of 188006 with flag 9894189/4550000
2430.07/2435.08	c cleaning 95000 clauses out of 190013 with flag 10099806/4646000
2516.13/2521.23	c cleaning 95998 clauses out of 192014 with flag 10312307/4743001
2592.00/2597.21	c cleaning 97002 clauses out of 194015 with flag 10554033/4841000
2688.36/2693.86	c cleaning 98002 clauses out of 196013 with flag 10775962/4940000
2786.28/2791.92	c cleaning 99004 clauses out of 198011 with flag 10992951/5040000
2862.49/2868.22	c cleaning 99999 clauses out of 200008 with flag 11234018/5141001
2946.70/2953.07	c cleaning 101003 clauses out of 202010 with flag 11483458/5243002
3033.44/3039.98	c cleaning 102001 clauses out of 204008 with flag 11729861/5346003
3162.52/3169.27	c cleaning 103000 clauses out of 206010 with flag 11939356/5450006
3263.65/3270.52	c cleaning 103996 clauses out of 208004 with flag 12166134/5555000
3362.85/3369.96	c cleaning 104999 clauses out of 210010 with flag 12389267/5661002
3436.60/3443.81	c cleaning 105997 clauses out of 212010 with flag 12636915/5768001
3509.90/3520.72	c cleaning 106999 clauses out of 214014 with flag 12853068/5876002
3600.09/3612.92	c starts		: 32538
3600.09/3612.92	c conflicts		: 5985002
3600.09/3612.92	c decisions		: 7827575
3600.09/3612.92	c propagations		: 412795115
3600.09/3612.92	c inspects		: 46101460578
3600.09/3612.92	c shortcuts		: 0
3600.09/3612.92	c learnt literals	: 0
3600.09/3612.92	c learnt binary clauses	: 171
3600.09/3612.92	c learnt ternary clauses	: 53
3600.09/3612.92	c learnt constraints	: 5985002
3600.09/3612.92	c ignored constraints	: 0
3600.09/3612.92	c root simplifications	: 0
3600.09/3612.92	c removed literals (reason simplification)	: 23625299
3600.09/3612.92	c reason swapping (by a shorter reason)	: 0
3600.09/3612.92	c Calls to reduceDB	: 105
3600.09/3612.92	c Number of update (reduction) of LBD	: 274802
3600.09/3612.92	c Imported unit clauses	: 0
3600.09/3612.92	c No decision after first conflict	: false
3600.09/3612.92	c number of reductions to clauses (during analyze)	: 0
3600.09/3612.92	c number of learned constraints concerned by reduction	: 0
3600.09/3612.92	c number of learning phase by resolution	: 0
3600.09/3612.92	c number of learning phase by cutting planes	: 0
3600.09/3612.92	c number of rounding to 1 operations	: 0
3600.09/3612.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3612.92	c number of reductions of the coefficients by power 2 	: 0
3600.09/3612.92	c number of right shift for reduction by power 2 	: 0
3600.09/3612.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3612.92	c number of ending skipping 	: 0
3600.09/3612.92	c number of internal skipping 	: 0
3600.09/3612.92	c number of derivation steps 	: 0
3600.09/3612.92	c number of skipped derivation steps 	: 0
3600.09/3612.92	c number of remaining unassigned 	: 0
3600.09/3612.92	c number of remaining assigned 	: 0
3600.09/3612.92	c number of falsified literals weakened from reason	: 0
3600.09/3612.92	c number of falsified literals weakened from conflict	: 0
3600.09/3612.92	c time for arithmetic operations	: 0
3600.09/3612.92	c minimum degree of deleted constraints	: null
3600.09/3612.92	c maximum degree of deleted constraints	: null
3600.09/3612.92	c number of deleted constraints	: 0
3600.09/3612.92	c speed (assignments/second)	: 114268.63883900804
3600.09/3612.92	c non guided choices	: 66812
3600.30/3613.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 215844
3600.30/3613.01	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 171
3600.30/3613.01	s UNKNOWN
3600.30/3613.01	c Total wall clock time (in seconds): 3612.875

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: 63968 MiB (54234 MiB free)
  memory of node 1: 64473 MiB (50049 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440577-1721824626/watcher-4440577-1721824626 -o /tmp/evaluation-result-4440577-1721824626/solver-4440577-1721824626 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721817186-236610 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440577-1721824626 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440577-1721824626.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100885 s]*
/proc/loadavg: 4.16 4.26 4.26 8/332 241435
/proc/meminfo: memFree=106742360/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=18975048 memory=64940 CPUtime=0.13 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 7227 0 0 0 11 2 0 0 20 0 18 0 18985149 19430449152 16235 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4743762 16235 5632 1 0 549322 0
[pid=241417/tid=241419] ppid=241414 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 1077936192 5753 0 0 0 7 1 0 0 20 0 18 0 18985149 19430449152 16235 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18985152 19430449152 16235 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=18975048 memory=15542920531624460 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18985152 19430449152 16235 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64940 KiB

[startup+0.206265 s]*
/proc/loadavg: 4.16 4.26 4.26 8/332 241435
/proc/meminfo: memFree=106710272/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=18975048 memory=97112 CPUtime=0.33 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 8176 0 0 0 30 3 0 0 20 0 18 0 18985149 19430449152 24278 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4743762 24278 5801 1 0 549900 0
[pid=241417/tid=241419] ppid=241414 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 5972 0 0 0 16 2 0 0 20 0 18 0 18985149 19430449152 24278 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=18975048 memory=738093 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18985152 19430449152 24278 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18985152 19430449152 24278 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 97112 KiB

[startup+0.306266 s]*
/proc/loadavg: 4.16 4.26 4.26 7/332 241435
/proc/meminfo: memFree=106671396/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=18975048 memory=133096 CPUtime=0.52 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 9218 0 0 0 48 4 0 0 20 0 18 0 18985149 19430449152 33274 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4743762 33274 5801 1 0 550606 0
[pid=241417/tid=241419] ppid=241414 vsize=18975048 memory=-8889092376054440636 CPUtime=0.27 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 5990 0 0 0 24 3 0 0 20 0 18 0 18985149 19430449152 33274 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18985152 19430449152 33274 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18985152 19430449152 33274 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 133096 KiB

[startup+0.70631 s]
/proc/loadavg: 4.16 4.26 4.26 6/334 241437
/proc/meminfo: memFree=106632724/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=178648 CPUtime=1.29 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 14925 0 0 0 123 6 0 0 20 0 20 0 18985149 19566772224 44662 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 44662 5845 1 0 554113 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=5520 CPUtime=0.57 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 6142 0 0 0 54 3 0 0 20 0 20 0 18985149 19566772224 44662 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 44662 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=280435997598376 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 44662 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 44662 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178648 KiB

[startup+1.50027 s]
/proc/loadavg: 4.16 4.26 4.26 7/334 241437
/proc/meminfo: memFree=106621748/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=180520 CPUtime=2.86 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 21338 0 0 0 279 7 0 0 20 0 20 0 18985149 19566772224 45130 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 45130 5893 1 0 554262 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=13048 CPUtime=1.34 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 7189 0 0 0 130 4 0 0 20 0 20 0 18985149 19566772224 45130 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 45130 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 45130 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=280435997451536 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 45130 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180520 KiB

[startup+3.10627 s]
/proc/loadavg: 4.23 4.28 4.27 5/334 241437
/proc/meminfo: memFree=106562828/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=218904 CPUtime=5.62 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 25336 0 0 0 553 9 0 0 20 0 20 0 18985149 19566772224 54726 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 54726 5909 1 0 555418 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=0 CPUtime=2.9 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 7606 0 0 0 285 5 0 0 20 0 20 0 18985149 19566772224 54726 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 54726 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 54726 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 54726 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 218904 KiB

[startup+6.30027 s]
/proc/loadavg: 4.23 4.28 4.27 5/334 241439
/proc/meminfo: memFree=106255652/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=448412 CPUtime=9.67 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 27225 0 0 0 950 17 0 0 20 0 20 0 18985149 19566772224 112103 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 112103 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=13048 CPUtime=6.06 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 7866 0 0 0 594 12 0 0 20 0 20 0 18985149 19566772224 112103 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 112103 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 112103 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=182504 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 112103 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 9.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 448412 KiB

[startup+12.7003 s]
/proc/loadavg: 4.27 4.28 4.27 5/333 241439
/proc/meminfo: memFree=105755176/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=850120 CPUtime=16.21 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 32688 0 0 0 1594 27 0 0 20 0 20 0 18985149 19566772224 212530 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 212530 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=0 CPUtime=12.41 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 8981 0 0 0 1220 21 0 0 20 0 20 0 18985149 19566772224 212530 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 212530 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=850120 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 212530 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 212530 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 16.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 850120 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.27 4.27 5/333 241440
/proc/meminfo: memFree=105094188/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1337572 CPUtime=29.01 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 35159 0 0 0 2862 39 0 0 20 0 20 0 18985149 19566772224 334393 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 334393 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=850120 CPUtime=25.17 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 10139 0 0 0 2485 32 0 0 20 0 20 0 18985149 19566772224 334393 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=-8889092376054440636 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 334393 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=73976 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 32 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 334393 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 334393 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 29.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1337572 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.25 4.26 5/333 241445
/proc/meminfo: memFree=104844980/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1341668 CPUtime=54.36 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 38455 0 0 0 5390 46 0 0 20 0 20 0 18985149 19566772224 335417 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 335417 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=1341668 CPUtime=50.47 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 12052 0 0 0 5008 39 0 0 20 0 20 0 18985149 19566772224 335417 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=73976 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 335417 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0

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

/proc/meminfo: memFree=66322776/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1753884 CPUtime=3275.42 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 135238 0 0 0 327112 430 0 0 20 0 20 0 18985149 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 438471 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=1753884 CPUtime=3266.33 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 62806 0 0 0 326323 310 0 0 20 0 20 0 18985149 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 480 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=7158015763119957362 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 4204 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=1753884 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 3275.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1753884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.19 4.20 4/312 243397
/proc/meminfo: memFree=73898948/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1753884 CPUtime=3335.3 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 135810 0 0 0 333093 437 0 0 20 0 20 0 18985149 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 438471 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=11684 CPUtime=3326.18 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 63308 0 0 0 332303 315 0 0 20 0 20 0 18985149 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 480 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=1753884 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 4260 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 438471 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 3335.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1753884 KiB

[startup+3402.3 s]
/proc/loadavg: 3.41 3.97 4.13 5/311 243408
/proc/meminfo: memFree=73059236/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1786652 CPUtime=3395.2 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 137845 0 0 0 339075 445 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 446663 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=1753884 CPUtime=3385.96 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 64149 0 0 0 338275 321 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 480 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=1753884 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=4840 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 4397 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=1786652 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 3395.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1786652 KiB

[startup+3462.3 s]
/proc/loadavg: 2.81 3.71 4.03 3/285 243451
/proc/meminfo: memFree=80756656/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1786652 CPUtime=3455.07 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 139378 0 0 0 345054 453 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 446663 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=1753884 CPUtime=3445.8 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 65411 0 0 0 344253 327 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 481 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=1786652 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 4523 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 3455.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1786652 KiB

[startup+3522.3 s]
/proc/loadavg: 2.35 3.41 3.90 3/282 243462
/proc/meminfo: memFree=79940648/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1786652 CPUtime=3511.49 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 141462 0 0 0 350690 459 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 446663 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=1786652 CPUtime=3502.14 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 66447 0 0 0 349882 332 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 831 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=1786652 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=1786652 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 4523 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 3511.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1786652 KiB

[startup+3582.3 s]
/proc/loadavg: 2.17 3.17 3.78 3/282 243473
/proc/meminfo: memFree=79276464/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1786652 CPUtime=3571.36 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 142585 0 0 0 356671 465 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 446663 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=73976 CPUtime=3561.98 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 67285 0 0 0 355862 336 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 831 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=7480 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 4621 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=-8889092376054440636 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 3571.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1786652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.9 s]
/proc/loadavg: 2.10 3.06 3.73 3/282 243478
/proc/meminfo: memFree=79070172/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19108176 memory=1786652 CPUtime=3600.09 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 144240 0 0 0 359541 468 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4777044 446663 5909 1 0 556424 0
[pid=241417/tid=241419] ppid=241414 vsize=19108176 memory=1786652 CPUtime=3590.58 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 67472 0 0 0 358720 338 0 0 20 0 20 0 18985149 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1019 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19108176 memory=73976 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19108176 memory=1786652 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 4712 0 0 0 0 0 0 0 20 0 20 0 18985152 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241437] ppid=241414 vsize=19108176 memory=1786652 CPUtime=0 cores=4,6
/proc/241417/task/241437/stat : 241437 (Timer-0) S 241414 241417 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18985191 19566772224 446663 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1786652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.63 s, system=4.69656 s

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

[startup+3613.01 s]*
/proc/loadavg: 2.09 3.04 3.72 9/283 243481
/proc/meminfo: memFree=79063956/131524600 swapFree=131071216/131071996
[pid=241417] ppid=241414 vsize=19307868 memory=1787240 CPUtime=3600.3 cores=4,6
/proc/241417/stat : 241417 (java) S 241414 241417 236599 0 -1 1077936128 147183 0 0 0 359562 468 0 0 20 0 21 0 18985149 19771256832 446810 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
/proc/241417/statm: 4826967 446810 5908 1 0 557359 0
[pid=241417/tid=241419] ppid=241414 vsize=19307868 memory=-8528522926593123004 CPUtime=3590.69 cores=4,6
/proc/241417/task/241419/stat : 241419 (java) R 241414 241417 236599 0 -1 4194368 67472 0 0 0 358731 338 0 0 20 0 21 0 18985149 19771256832 446810 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1019 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241428] ppid=241414 vsize=19307868 memory=-7521712482723978621 CPUtime=0 cores=4,6
/proc/241417/task/241428/stat : 241428 (Finalizer) S 241414 241417 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18985152 19771256832 446810 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=241435] ppid=241414 vsize=19307868 memory=18332 CPUtime=0 cores=4,6
/proc/241417/task/241435/stat : 241435 (Common-Cleaner) S 241414 241417 236599 0 -1 1077936192 4712 0 0 0 0 0 0 0 20 0 21 0 18985152 19771256832 446810 134679101440 93903134511104 93903134514800 140726786052960 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93903134522616 93903134523408 93903162920960 140726786061227 140726786061409 140726786061409 140726786068424 0
[pid=241417/tid=243480] ppid=241414 vsize=0 memory=2268 CPUtime=0.06 cores=4,6
/proc/241417/task/243480/stat : 243480 (Thread-0) X 241414 241417 236599 0 -1 4194372 511 0 0 0 6 0 0 0 20 0 21 0 19346440 0 0 134679101440 0 0 0 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 1787240 KiB

Child status: 143

Real time (s): 3613.05
CPU time (s): 3600.32
CPU user time (s): 3595.63
CPU system time (s): 4.69656
CPU usage (%): 99.6478
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 1787240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.63
system time used= 4.69656
maximum resident set size= 1788180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147243
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3085176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105900
involuntary context switches= 6816


# summary of solver processes directly reported to runsolver:
#   pid: 241417
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3595.63
#   total CPU system time (s): 4.69656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3643 second user time and 12.5756 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-24 14:37:06
IDJOB=4440577
IDBENCH=158390
IDSOLVER=3079
FILE ID=nodeC017/4440577-1721824626
RUNJOBID= nodeC017-1721817186-236610
SLURM_JOB_ID= 7816870
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440577-1721824626/watcher-4440577-1721824626 -o /tmp/evaluation-result-4440577-1721824626/solver-4440577-1721824626 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721817186-236610 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440577-1721824626 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440577-1721824626.opb

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1822983569

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3666.316
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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		: 3684.009
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
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		: 3611.893
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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		: 3600.411
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
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		: 3629.659
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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		: 3684.069
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
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		: 3649.231
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.61
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		: 3600.534
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        106787044 kB
MemAvailable:   123377100 kB
Buffers:          268716 kB
Cached:         17062868 kB
SwapCached:           88 kB
Active:          2596392 kB
Inactive:       21330684 kB
Active(anon):       1564 kB
Inactive(anon):  6647808 kB
Active(file):    2594828 kB
Inactive(file): 14682876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            120960 kB
Writeback:             8 kB
AnonPages:       6593312 kB
Mapped:           139440 kB
Shmem:             53820 kB
KReclaimable:     304352 kB
Slab:             435152 kB
SReclaimable:     304352 kB
SUnreclaim:       130800 kB
KernelStack:        5056 kB
PageTables:        23328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7313368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21280 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6270976 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      422612 kB
DirectMap2M:    40245248 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC017 at 2024-07-24 15:37:19